From 9a1de583c6fc7edec10c6f9a71c60a8bef4af52e Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 13 Jul 2023 14:54:45 +0200 Subject: [PATCH] try to fix further stuff Signed-off-by: Simon L --- Containers/apache/Dockerfile | 1 + Containers/talk/Dockerfile | 2 ++ php/containers.json | 1 + 3 files changed, 4 insertions(+) diff --git a/Containers/apache/Dockerfile b/Containers/apache/Dockerfile index 89af430e..374b108d 100644 --- a/Containers/apache/Dockerfile +++ b/Containers/apache/Dockerfile @@ -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; \ diff --git a/Containers/talk/Dockerfile b/Containers/talk/Dockerfile index 4e714dcc..4b51a99a 100644 --- a/Containers/talk/Dockerfile +++ b/Containers/talk/Dockerfile @@ -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 diff --git a/php/containers.json b/php/containers.json index b5f0ea28..901eaea0 100644 --- a/php/containers.json +++ b/php/containers.json @@ -355,6 +355,7 @@ "/var/log/supervisord", "/var/run/supervisord", "/conf", + "/var/lib/turn", "/tmp" ] },