We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b396e3b commit f73daedCopy full SHA for f73daed
.env
@@ -11,6 +11,7 @@ NGINX_HOST=localhost
11
PHP_VERSION=latest
12
13
# MySQL
14
+MYSQL_VERSION=5.7.22
15
MYSQL_HOST=mysql
16
MYSQL_DATABASE=test
17
MYSQL_ROOT_USER=root
docker-compose.yml
@@ -40,7 +40,7 @@ services:
40
depends_on:
41
- mysqldb
42
mysqldb:
43
- image: mysql
+ image: mysql:${MYSQL_VERSION}
44
container_name: ${MYSQL_HOST}
45
restart: always
46
env_file:
0 commit comments