Fixed mysql tag dockerfile

Signed-off-by: 's avatarAlessandro Tundo <alessandrotundo94@gmail.com>
parent c4cd3ed2
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