fix remaining problem with apache container

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-07-13 15:44:27 +02:00
parent 8bf8e3f562
commit 71481cd731
2 changed files with 3 additions and 1 deletions

View file

@ -66,6 +66,7 @@ RUN set -ex; \
chown -R www-data:www-data /usr/local/apache2; \
chmod +r -R /usr/local/apache2; \
mkdir -p /usr/local/apache2/logs; \
chmod 777 -R /home/www-data; \
chmod 777 -R /usr/local/apache2/logs; \
\
echo "root:$(openssl rand -base64 12)" | chpasswd

View file

@ -61,7 +61,8 @@
"/var/log/supervisord",
"/var/run/supervisord",
"/usr/local/apache2/logs",
"/tmp"
"/tmp",
"/home/www-data"
]
},
{