Skip to content

Commit fc23c52

Browse files
authoredJun 28, 2023
fix(mariadb): fix mariadb is not booting issue
1. fix mariadb is not booting issue
1 parent 7b1eee5 commit fc23c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mariadb/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ COPY my.cnf /etc/mysql/conf.d/my.cnf
1414

1515
RUN chmod -R 644 /etc/mysql/conf.d/my.cnf
1616

17-
CMD ["mysqld"]
17+
CMD ["mariadbd"]
1818

1919
EXPOSE 3306

0 commit comments

Comments
 (0)
Please sign in to comment.