From e1335c507cfe904b28f3b2cc07848ae70d5c0da6 Mon Sep 17 00:00:00 2001 From: Christopher Date: Sun, 14 Jun 2020 09:45:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDockerfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6d734f1..a51c065 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,8 @@ RUN a2enmod rewrite RUN rm -r -f /var/www/html/* RUN chown -R www-data:www-data /var/www/html +RUN a2enmod remoteip + ENV APACHE_RUN_USER www-data ENV APACHE_RUN_GROUP www-data ENV APACHE_LOG_DIR /tmp