fixed crash on wrong login password for existing user, update docker-compose.yaml
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
SESSION_SECRET: ${SESSION_SECRET}
|
||||
JWT_SECRET: ${JWT_SECRET}
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- ${APP_PORT}:${APP_PORT}
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user