Pass stability from env variable
This commit is contained in:
parent
34f3d704f3
commit
08228525eb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user