mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-28 08:29:20 +08:00
fix remaining problem with apache container
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
8bf8e3f562
commit
71481cd731
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -61,7 +61,8 @@
|
|||
"/var/log/supervisord",
|
||||
"/var/run/supervisord",
|
||||
"/usr/local/apache2/logs",
|
||||
"/tmp"
|
||||
"/tmp",
|
||||
"/home/www-data"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue