diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index cb3e1a09c48..afbcb164471 100644 --- a/webtrees/Dockerfile +++ b/webtrees/Dockerfile @@ -40,7 +40,7 @@ ENV APACHE_RUN_USER=www-data \ # Global variables ENV WEBTREES_HOME="/var2/www/webtrees" WORKDIR $WEBTREES_HOME -# hadolint ignore=DL4006 +# hadolint ignore=DL4006, SC2016 RUN \ # Change data location grep -rl "/var/www/webtrees" /etc | xargs sed -i 's|/var/www/webtrees|/var2/www/webtrees|g' \ @@ -128,6 +128,9 @@ LABEL \ # 6 Healthcheck # ################# +# Avoid spamming logs with Apache +RUN if [ -d /etc/apache2/sites-available ]; then for file in /etc/apache2/sites-*/*.conf; do sed -i '/