Explorar o código

fix(mariadb): fix mariadb is not booting issue

1. fix mariadb is not booting issue
dhtmdgkr123 hai 1 ano
pai
achega
fc23c52d12
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