Skip to content

Commit

Permalink
Fix mysql init not working
Browse files Browse the repository at this point in the history
  • Loading branch information
philtrep committed Oct 2, 2016
1 parent 4964fb1 commit 0f361c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM mysql:5.7
ADD my.cnf /etc/mysql/conf.d/my.cnf
ADD startup /etc/mysql/startup

RUN chown -R mysql:root /var/lib/mysql/

ARG mysql_database
ARG mysql_user
ARG mysql_password
Expand Down
1 change: 0 additions & 1 deletion mysql/my.cnf
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[mysqld]

bind-address = 0.0.0.0

0 comments on commit 0f361c5

Please sign in to comment.