[add] Configuring the mysql port
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
FROM mysql:5.7
|
||||
|
||||
# Starting scripts
|
||||
ADD . /docker-entrypoint-initdb.d
|
||||
|
||||
# Config
|
||||
ADD my.cnf /etc/mysql
|
||||
|
||||
Reference in New Issue
Block a user