fix: correct container port mapping from 5000 to 5050
Some checks failed
continuous-integration/drone Build is failing
Some checks failed
continuous-integration/drone Build is failing
The Flask app listens on port 5050 inside the container, not 5000. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
25fee38540
commit
3ec6a1544c
@ -7,4 +7,4 @@ services:
|
||||
environment:
|
||||
- DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/1234567890/ABCDEFGHIJKLMN
|
||||
ports:
|
||||
- 9288:5000
|
||||
- 9288:5050
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user