Skip to content

Commit 923cded

Browse files
committedOct 18, 2023
fix: mysql service down after startup
1 parent 955d66d commit 923cded

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed
 

‎mysql/Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ COPY my.cnf /etc/mysql/conf.d/my.cnf
1515

1616
RUN chmod 0444 /etc/mysql/conf.d/my.cnf
1717

18-
CMD ["mysqld"]
19-
2018
EXPOSE 3306

‎mysql/my.cnf

-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGI
1010
character-set-server=utf8
1111
default-authentication-plugin=mysql_native_password
1212
innodb_use_native_aio=0
13-
14-
[client]
15-
user=root
16-
password="root"

0 commit comments

Comments
 (0)
Please sign in to comment.