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" ] }, {