mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix writing to the caddyfile
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
7ba10559fd
commit
1f6b8d48a9
2 changed files with 5 additions and 4 deletions
|
|
@ -65,8 +65,7 @@ COPY start.sh /usr/bin/
|
|||
COPY supervisord.conf /
|
||||
RUN chmod +x /usr/bin/start.sh; \
|
||||
chmod +r /supervisord.conf; \
|
||||
chmod a+w /Caddyfile; \
|
||||
chmod 777 /; \
|
||||
chown www-data:www-data /Caddyfile; \
|
||||
chmod +r -R /etc/apache2
|
||||
|
||||
# Give root a random password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue