Prevent some warnings related to env vars
This commit is contained in:
parent
d4e0a54415
commit
29e0646a9b
@ -6,8 +6,8 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
target: symfony_docker_php
|
target: symfony_docker_php
|
||||||
args:
|
args:
|
||||||
SYMFONY_VERSION: ${SYMFONY_VERSION}
|
SYMFONY_VERSION: ${SYMFONY_VERSION:-}
|
||||||
STABILITY: ${STABILITY}
|
STABILITY: ${STABILITY:-stable}
|
||||||
volumes:
|
volumes:
|
||||||
# Comment out the next line in production
|
# Comment out the next line in production
|
||||||
- ./:/srv/app:rw,cached
|
- ./:/srv/app:rw,cached
|
||||||
|
Loading…
x
Reference in New Issue
Block a user