Merge pull request #3407 from dhtmdgkr123/master

fix(mariadb): fix mariadb is not booting issue
This commit is contained in:
Dawid Makowski
2023-09-11 13:58:07 +02:00
committed by GitHub

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