downgrade MySQL to 5.6 (stable)

This commit is contained in:
Mahmoud Zalt 2016-10-14 12:26:11 -04:00
parent 8d1ba2e802
commit f35e5501db

View File

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