mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 05:33: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}}
|
||||
PORT: ${PORT:-3000}
|
||||
DEPLOY_METHOD: docker
|
||||
DEPLOY_PLATFORM: ${DEPLOY_PLATFORM}
|
||||
DEPLOY_PLATFORM: ${DEPLOY_PLATFORM:-linux}
|
||||
depends_on:
|
||||
- mongodb
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user