Skip to content

Commit 98c7693

Browse files
committed
use compose.local.yaml in readme
1 parent ee8a3a2 commit 98c7693

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/managed-llm-provider/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The `x-defang-llm` property on the `llm` service must be set to `true` in order
3636
To run the application locally, you can use the following command:
3737

3838
```bash
39-
docker compose -f compose.dev.yaml up --build
39+
docker compose -f compose.local.yaml up --build
4040
```
4141

4242
## Deployment

samples/managed-llm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The `x-defang-llm` property on the `llm` service must be set to `true` in order
3838
To run the application locally, you can use the following command:
3939

4040
```bash
41-
docker compose -f compose.dev.yaml up --build
41+
docker compose -f compose.local.yaml up --build
4242
```
4343

4444
## Deployment

0 commit comments

Comments
 (0)