We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73d475 commit 86411e4Copy full SHA for 86411e4
1 file changed
docker-compose.yml
@@ -7,7 +7,7 @@ services:
7
build:
8
context: docker
9
args:
10
- - PHP_VERSION=${PHP_VERSION:7.3}
+ PHP_VERSION: ${PHP_VERSION:-7.3}
11
depends_on:
12
- rabbitmq
13
- mysql
0 commit comments