Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
chubing committed Sep 30, 2019
1 parent f1d4f8e commit 7836648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-compose/data/Dockerfile
Expand Up @@ -11,7 +11,7 @@ RUN yum install -y epel-release \
&& yum clean all \
&& rm -rf /var/cache/yum

RUN mysql_install_db \
RUN mysql_install_db --force \
&& chown -R mysql:mysql /var/lib/mysql/ \
&& sed -i 's/^\(bind-address\s.*\)/# \1/' /etc/my.cnf \
&& sed -i 's/^\(log_error\s.*\)/# \1/' /etc/my.cnf \
Expand Down

0 comments on commit 7836648

Please sign in to comment.