Fix coordinator port target
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
- "5.0.0.21:8080:8000"
|
- "5.0.0.21:8080:${APP_PORT:-3000}"
|
||||||
environment:
|
environment:
|
||||||
APP_PORT: ${APP_PORT:-8000}
|
APP_PORT: ${APP_PORT:-8000}
|
||||||
POSTGRES_HOST: postgres
|
POSTGRES_HOST: postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user