diff --git a/mariadb/Dockerfile b/mariadb/Dockerfile index b6b8023e..20aef349 100644 --- a/mariadb/Dockerfile +++ b/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