Skip to content

Commit

Permalink
Map flask container port to 5001 on host because 5000 is used by MacOS (
Browse files Browse the repository at this point in the history
#48)

Thanks for the fix! Confirmed everything still works as expected.
  • Loading branch information
tomch3ng authored May 29, 2024
1 parent dfdfe30 commit 59cb194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- IMAGE_STORE_PATH=/mnt/images/
- PUBLIC_IMAGE_FOLDER=http://localhost/images/
ports:
- "5000:5000" # flask
- "5001:5000" # flask
- "5678:5678" # debugpy
depends_on:
- mongo
Expand Down

0 comments on commit 59cb194

Please sign in to comment.