fix(mariadb): fix mariadb is not booting issue

1. fix mariadb is not booting issue
This commit is contained in:
dhtmdgkr123
2023-06-28 23:08:09 +09:00
committed by GitHub
parent 7b1eee549f
commit fc23c52d12

View File

@@ -14,6 +14,6 @@ COPY my.cnf /etc/mysql/conf.d/my.cnf
RUN chmod -R 644 /etc/mysql/conf.d/my.cnf
CMD ["mysqld"]
CMD ["mariadbd"]
EXPOSE 3306