Skip to content

Commit 9205c8e

Browse files
committed
Update volume paths in docker-compose.yml for consistency
1 parent 664e55c commit 9205c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/intro/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- "host.docker.internal:host-gateway"
1414
volumes:
1515
- /var/run/docker.sock:/var/run/docker.sock
16-
- ..:/app/
16+
- ../../app/
1717
- .:/app/example/
1818
command: uvicorn product_mock.overview_service:app --host=0.0.0.0 --port=5001
1919

@@ -24,6 +24,6 @@ services:
2424
ports:
2525
- "5002:5002"
2626
volumes:
27-
- ..:/app/
27+
- ../../:/app/
2828
- .:/app/example/
2929
command: uvicorn product_mock.products_service:app --host=0.0.0.0 --port=5002

0 commit comments

Comments
 (0)