Commit 15892dba authored by Philippe Trépanier's avatar Philippe Trépanier Committed by GitHub

Merge pull request #367 from aletundo/Fix_mysql_dockerfile

Fixed mysql tag dockerfile
parents c4cd3ed2 1fa1dc9a
FROM mysql:mysql:5.6
FROM 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
\ No newline at end of file
EXPOSE 3306
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