Allow specifying the version of MySQL to install in .env file.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
FROM mysql:8.0
|
||||
ARG MYSQL_VERSION=8.0
|
||||
FROM mysql:${MYSQL_VERSION}
|
||||
|
||||
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
||||
|
||||
|
Reference in New Issue
Block a user