Allow specifying the version of MySQL to install in .env file.

This commit is contained in:
Ryan Hayle
2017-07-07 16:43:06 -05:00
parent 422d6d8dd0
commit 7ec8b8846e
3 changed files with 5 additions and 1 deletions

View File

@ -192,6 +192,8 @@ services:
mysql:
build:
context: ./mysql
args:
- MYSQL_VERSION=${MYSQL_VERSION}
environment:
- MYSQL_DATABASE=${MYSQL_DATABASE}
- MYSQL_USER=${MYSQL_USER}