Prevent some warnings related to env vars

This commit is contained in:
Kévin Dunglas 2018-10-25 14:31:05 +02:00
parent d4e0a54415
commit 29e0646a9b
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -6,8 +6,8 @@ services:
context: .
target: symfony_docker_php
args:
SYMFONY_VERSION: ${SYMFONY_VERSION}
STABILITY: ${STABILITY}
SYMFONY_VERSION: ${SYMFONY_VERSION:-}
STABILITY: ${STABILITY:-stable}
volumes:
# Comment out the next line in production
- ./:/srv/app:rw,cached