support for mariadb includes
This commit is contained in:
@@ -5,6 +5,7 @@ RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -q -y cron sudo automysqlbackup
|
||||
|
||||
COPY mysql.cnf /etc/mysql/mariadb.conf.d/settings.cnf
|
||||
COPY maria-include.cnf /etc/mysql/conf.d/maria-include.cnf
|
||||
COPY custom.cnf /etc/mysql/mariadb.conf.d/custom.cnf
|
||||
RUN chown mysql:mysql /etc/mysql/mariadb.conf.d/custom.cnf
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
|
||||
Reference in New Issue
Block a user