diff --git a/freshrss/Dockerfile b/freshrss/Dockerfile index 319696b..2a73e64 100644 --- a/freshrss/Dockerfile +++ b/freshrss/Dockerfile @@ -33,6 +33,8 @@ RUN a2dismod -f alias autoindex negotiation status && \ RUN sed -r -i "/^\s*(CustomLog|ErrorLog|Listen) /s/^/#/" /etc/apache2/apache2.conf && \ sed -r -i "/^\s*Listen /s/^/#/" /etc/apache2/ports.conf && \ + sed -r -i "/^\s*User /s/^/#/" /etc/apache2/apache2.conf && \ + sed -r -i "/^\s*Group /s/^/#/" /etc/apache2/apache2.conf && \ touch /var/www/FreshRSS/Docker/env.txt WORKDIR /var/www/FreshRSS