This commit is contained in:
Pavel 2019-01-24 20:25:08 +03:00 committed by GitHub
parent 913abc54f9
commit 3ad37405c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@ LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
COPY my.cnf /etc/mysql/conf.d/my.cnf
RUN chmod -R 644 /etc/mysql/conf.d/my.cnf
CMD ["mysqld"]
EXPOSE 3306