From 3e3dbf26b5947ec29a8bd15aed9053ce35e379b9 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 13 Jul 2023 14:55:56 +0200 Subject: [PATCH] Revert "make collabora container read-only" Signed-off-by: Simon L --- Containers/collabora/Dockerfile | 5 +---- php/containers.json | 5 ----- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Containers/collabora/Dockerfile b/Containers/collabora/Dockerfile index ca44e779..a11c5b97 100644 --- a/Containers/collabora/Dockerfile +++ b/Containers/collabora/Dockerfile @@ -11,10 +11,7 @@ RUN set -ex; \ tzdata \ netcat-openbsd \ ; \ - rm -rf /var/lib/apt/lists/*; \ - mkdir -p /opt/cool/child-roots; \ - chmod 777 -R /opt/cool/child-roots; \ - chmod -R 777 /etc/coolwsd/ + rm -rf /var/lib/apt/lists/*; USER 100 diff --git a/php/containers.json b/php/containers.json index 901eaea0..70d61066 100644 --- a/php/containers.json +++ b/php/containers.json @@ -302,11 +302,6 @@ ], "networks": [ "nextcloud-aio" - ], - "read_only": true, - "tmpfs": [ - "/opt/cool/child-roots", - "/etc/coolwsd" ] }, {