Skip to content

Commit a13d669

Browse files
committed
missed a map.cnf location
1 parent 04c7898 commit a13d669

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
@@ -7,7 +7,7 @@ ADD files/run.sh /scripts/run.sh
77
ADD conf/map.cnf /etc/my.cnf.d/map.cnf
88

99
# Comment out skip-networking
10-
RUN sed -e '/skip-networking/ s/^#*/#/' -i /etc/my.cnf.d/mariadb-server.cnf && \
10+
RUN sed -e '/skip-networking/ s/^#*/#/' -i /etc/my.cnf.d/map.cnf && \
1111
mkdir /scripts/pre-exec.d && \
1212
mkdir /scripts/pre-init.d && \
1313
chmod -R 755 /scripts

0 commit comments

Comments
 (0)