Commit bd1f6ebd authored by Mahmoud Zalt's avatar Mahmoud Zalt Committed by GitHub

Merge pull request #364 from LaraDock/downgrade-mysql

downgrade MySQL to 5.6 (stable)
parents 8d1ba2e8 f35e5501
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
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment