support for mariadb includes
This commit is contained in:
parent
989f283b6f
commit
f94daa8467
@ -5,6 +5,7 @@ RUN apt-get update && \
|
|||||||
DEBIAN_FRONTEND=noninteractive apt-get install -q -y cron sudo automysqlbackup
|
DEBIAN_FRONTEND=noninteractive apt-get install -q -y cron sudo automysqlbackup
|
||||||
|
|
||||||
COPY mysql.cnf /etc/mysql/mariadb.conf.d/settings.cnf
|
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
|
COPY custom.cnf /etc/mysql/mariadb.conf.d/custom.cnf
|
||||||
RUN chown mysql:mysql /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/
|
COPY docker-entrypoint.sh /usr/local/bin/
|
||||||
|
1
maria-include.cnf
Normal file
1
maria-include.cnf
Normal file
@ -0,0 +1 @@
|
|||||||
|
!includedir /etc/mysql/mariadb.conf.d/
|
Loading…
Reference in New Issue
Block a user