Pass stability from env variable

This commit is contained in:
Mateusz Sip 2018-06-25 21:33:53 +02:00
parent 34f3d704f3
commit 08228525eb
No known key found for this signature in database
GPG Key ID: 0003A7EFA488DBF4

View File

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