Skip to content

Commit

Permalink
Merge pull request #34 from Osedea/fix-mysql-init
Browse files Browse the repository at this point in the history
Fix mysql init not working
  • Loading branch information
philtrep authored Oct 2, 2016
2 parents 7ccce81 + 0f361c5 commit 3bfda0b
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 3bfda0b

Please sign in to comment.