Update docker-compose.yml

fix warning message about env variable DEPLOY_PLATFORM not being set
This commit is contained in:
LRVT 2023-02-26 18:46:47 +01:00 committed by GitHub
parent c9ed419358
commit bd7e2c7837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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