try to fix further stuff

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-07-13 14:54:45 +02:00
parent 4a60b4d004
commit 9a1de583c6
3 changed files with 4 additions and 0 deletions

View file

@ -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