Network issue fix attempt

This commit is contained in:
Boyan 2024-12-07 23:43:06 +01:00
parent cfe10621f7
commit 156170863b

View File

@ -11,3 +11,6 @@ services:
FLASK_APP: src/app.py
FLASK_RUN_HOST: 0.0.0.0
command: sh -c "python /app/src/manage_users.py init && flask run"
networks:
shortn-network:
driver: bridge