We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664e55c commit 9205c8eCopy full SHA for 9205c8e
examples/intro/docker-compose.yml
@@ -13,7 +13,7 @@ services:
13
- "host.docker.internal:host-gateway"
14
volumes:
15
- /var/run/docker.sock:/var/run/docker.sock
16
- - ..:/app/
+ - ../../app/
17
- .:/app/example/
18
command: uvicorn product_mock.overview_service:app --host=0.0.0.0 --port=5001
19
@@ -24,6 +24,6 @@ services:
24
ports:
25
- "5002:5002"
26
27
+ - ../../:/app/
28
29
command: uvicorn product_mock.products_service:app --host=0.0.0.0 --port=5002
0 commit comments