mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
also chown the supervisord logs and run dirs
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
52cdc7fe68
commit
0d26a81f0e
1 changed files with 2 additions and 0 deletions
|
|
@ -198,6 +198,8 @@ RUN set -ex; \
|
|||
/var/log/supervisord \
|
||||
/var/run/supervisord \
|
||||
; \
|
||||
chown www-data:root -R /var/log/supervisord; \
|
||||
chown www-data:root -R /var/run/supervisord; \
|
||||
\
|
||||
apk add --no-cache \
|
||||
bash \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue