Skip to content

Commit d42725c

Browse files
leeturneralexjrk
andauthored
Update examples/intro/docker-compose.yml
Co-authored-by: Alexandru Jircan <[email protected]>
1 parent 9205c8e commit d42725c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/intro/docker-compose.yml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)