fixed crash on wrong login password for existing user, update docker-compose.yaml

This commit is contained in:
slawk0
2024-08-29 19:13:40 +02:00
parent 2ec948c1e3
commit 1c927f75f5
3 changed files with 2 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ services:
SESSION_SECRET: ${SESSION_SECRET}
JWT_SECRET: ${JWT_SECRET}
ports:
- "3000:3000"
- ${APP_PORT}:${APP_PORT}
depends_on:
- db