mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-29 17:06:46 +00:00
Update docker-compose.yml
fix warning message about env variable DEPLOY_PLATFORM not being set
This commit is contained in:
parent
c9ed419358
commit
bd7e2c7837
@ -25,7 +25,7 @@ services:
|
|||||||
ROOT_URL: ${ROOT_URL:-http://localhost:${HOST_PORT:-3000}}
|
ROOT_URL: ${ROOT_URL:-http://localhost:${HOST_PORT:-3000}}
|
||||||
PORT: ${PORT:-3000}
|
PORT: ${PORT:-3000}
|
||||||
DEPLOY_METHOD: docker
|
DEPLOY_METHOD: docker
|
||||||
DEPLOY_PLATFORM: ${DEPLOY_PLATFORM}
|
DEPLOY_PLATFORM: ${DEPLOY_PLATFORM:-linux}
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongodb
|
- mongodb
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user