mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
try to fix further stuff
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
4a60b4d004
commit
9a1de583c6
3 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ RUN set -ex; \
|
|||
\
|
||||
mkdir -p /mnt/data; \
|
||||
chown -R www-data:www-data /mnt/data; \
|
||||
chown -R www-data:www-data /caddy; \
|
||||
mkdir /caddy; \
|
||||
chown -R 777 /caddy; \
|
||||
chown -R 777 /tmp; \
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ RUN set -ex; \
|
|||
/conf \
|
||||
/var/lib/turn \
|
||||
/var/log/supervisord \
|
||||
/var/lib/turn \
|
||||
/var/run/supervisord; \
|
||||
chown talk:talk -R \
|
||||
/usr \
|
||||
|
|
@ -60,6 +61,7 @@ RUN set -ex; \
|
|||
/tmp \
|
||||
/conf \
|
||||
/var/run/supervisord \
|
||||
/var/lib/turn \
|
||||
/var/log/supervisord;
|
||||
|
||||
# Set default talk port https://github.com/nextcloud/all-in-one/issues/1011
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue