From a4d612e0b5bf04a9b6bf06c213c44a5b78a07cf8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Feb 2021 09:26:05 +0100 Subject: [PATCH] Update Dockerfile --- piwigo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index 7ae7aa25b..a601d4c82 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -40,7 +40,7 @@ RUN \ # && echo $files | xargs sed -i "s|/config|/data|g" \ # && files=$(grep -rl "/config" /etc/services.d) \ # && echo $files | xargs sed -i "s|/config|/data|g" - # && sed -i "s|/config|/data/piwigo|g" /etc/cont-init.d/30-config \ + && sed -i "s|/config|/data/piwigo|g" /etc/cont-init.d/20-config \ && sed -i 's|/config|/data/piwigo|g' /etc/cont-init.d/40-install VOLUME [ "/data" ]