Merge pull request #364 from LaraDock/downgrade-mysql

downgrade MySQL to 5.6 (stable)
This commit is contained in:
Mahmoud Zalt 2016-10-14 12:28:42 -04:00 committed by GitHub
commit bd1f6ebd8a

View File

@ -1,4 +1,4 @@
FROM mysql:latest
FROM mysql:mysql:5.6
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
@ -6,4 +6,4 @@ ADD my.cnf /etc/mysql/conf.d/my.cnf
CMD ["mysqld"]
EXPOSE 3306
EXPOSE 3306