Forráskód Böngészése

fix(mariadb): fix mariadb is not booting issue

1. fix mariadb is not booting issue
dhtmdgkr123 1 éve
szülő
commit
fc23c52d12
1 módosított fájl, 1 hozzáadás és 1 törlés
  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