Solved other port bugs

This commit is contained in:
2025-07-05 10:55:32 +02:00
parent 35bfeeb51e
commit 5fc19f6ccb
4 changed files with 9 additions and 13 deletions

View File

@@ -11,6 +11,7 @@ services:
- "${PORT:-5000}:${PORT:-5000}"
volumes:
- ./app:/app
- ./.env:/app./.env
environment:
- PORT=${PORT:-5000}
restart: unless-stopped