Skip to content

Commit

Permalink
Update examples/intro/docker-compose.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandru Jircan <[email protected]>
  • Loading branch information
leeturner and alexjircan authored Dec 16, 2024
1 parent 9205c8e commit d42725c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/intro/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- "host.docker.internal:host-gateway"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ../../app/
- ../../:/app/
- .:/app/example/
command: uvicorn product_mock.overview_service:app --host=0.0.0.0 --port=5001

Expand Down

0 comments on commit d42725c

Please sign in to comment.