Skip to content

Commit 0822852

Browse files
committed
Pass stability from env variable
1 parent 34f3d70 commit 0822852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
context: .
77
args:
88
SYMFONY_VERSION: ${SYMFONY_VERSION}
9-
STABILITY: stable
9+
STABILITY: ${STABILITY}
1010
volumes:
1111
# Comment out the next line in production
1212
- ./:/srv/app:rw

0 commit comments

Comments
 (0)