Use APP_PORT consistently
This commit is contained in:
@@ -6,6 +6,6 @@ services:
|
||||
container_name: tictactics
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
PORT: 3000
|
||||
APP_PORT: ${APP_PORT:-8787}
|
||||
ports:
|
||||
- "${APP_PORT:-8787}:3000"
|
||||
- "${APP_PORT:-8787}:${APP_PORT:-8787}"
|
||||
|
||||
Reference in New Issue
Block a user