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:
+1
-1
@@ -65,7 +65,7 @@ RUN mkdir -p /docker-entrypoint-preinit.d \
|
|||||||
|
|
||||||
# set entrypoint and default command
|
# set entrypoint and default command
|
||||||
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]
|
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
|
# add parameters, version and build date labels
|
||||||
# set build timestamp and version labels
|
# set build timestamp and version labels
|
||||||
|
|||||||
Reference in New Issue
Block a user