Prevent some warnings related to env vars
This commit is contained in:
parent
d4e0a54415
commit
29e0646a9b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user