Explorar o código

Merge pull request #3407 from dhtmdgkr123/master

fix(mariadb): fix mariadb is not booting issue
Dawid Makowski hai 1 ano
pai
achega
ab0f1cebfe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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