Ver código fonte

Merge pull request #3407 from dhtmdgkr123/master

fix(mariadb): fix mariadb is not booting issue
Dawid Makowski 1 ano atrás
pai
commit
ab0f1cebfe
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      mariadb/Dockerfile

+ 1 - 1
mariadb/Dockerfile

@@ -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