Skip to content

Commit 86411e4

Browse files
committed
Fix the default version parameter
1 parent c73d475 commit 86411e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
build:
88
context: docker
99
args:
10-
- PHP_VERSION=${PHP_VERSION:7.3}
10+
PHP_VERSION: ${PHP_VERSION:-7.3}
1111
depends_on:
1212
- rabbitmq
1313
- mysql

0 commit comments

Comments
 (0)