[add] Configuring the mysql port

This commit is contained in:
2018-08-08 15:58:55 -06:00
parent 403541580d
commit d2b9163537
4 changed files with 29 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
FROM mysql:5.7
# Starting scripts
ADD . /docker-entrypoint-initdb.d
# Config
ADD my.cnf /etc/mysql