Skip to content

Commit 9580595

Browse files
author
Lucas Riutzel
committed
Not sure why but the config folder changed for mariadb
1 parent 78bf6ee commit 9580595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-src/db/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="DrupalStand"
44
RUN apk --no-cache add --update mariadb mariadb-client pwgen
55

66
ADD files/run.sh /scripts/run.sh
7-
ADD conf/map.cnf /etc/mysql/conf.d/map.cnf
7+
ADD conf/map.cnf /etc/my.cnf.d/map.cnf
88

99
RUN mkdir /scripts/pre-exec.d && \
1010
mkdir /scripts/pre-init.d && \

0 commit comments

Comments
 (0)