mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00: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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue