diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index a601d4c82..59fb1bc58 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -41,6 +41,7 @@ RUN \ # && 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/20-config \ + && sed -i "s|/config|/data/piwigo|g" /etc/cont-init.d/30-keygen \ && sed -i 's|/config|/data/piwigo|g' /etc/cont-init.d/40-install VOLUME [ "/data" ]