diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index 29b00cc30..6a9b11711 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ARG CONFIGLOCATION="/config" +ARG CONFIGLOCATION="/config/addons_config/piwigo" # hadolint ignore=SC2015, SC2013, SC2086 RUN \ # Avoid custom-init.d duplications