feat(dockerfile): Use updated mariadb program name

Old 'mysqld' program name will be deprecated in favour of the newer 'mariadbd' name.
This commit is contained in:
2026-09-12 22:55:46 -06:00
parent 99e7f8fef7
commit 64da9eea64
+1 -1
View File
@@ -65,7 +65,7 @@ RUN mkdir -p /docker-entrypoint-preinit.d \
# set entrypoint and default command
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]
CMD [ "/usr/bin/mysqld", "--user=mysql", "--console" ]
CMD [ "/usr/bin/mariadbd", "--user=mysql", "--console" ]
# add parameters, version and build date labels
# set build timestamp and version labels