Merge pull request #2952 from nextcloud/enh/noid/revert-collabora-read-only

Revert "make collabora container read-only"
This commit is contained in:
Simon L 2023-07-13 14:57:26 +02:00 committed by GitHub
commit 7c55c449b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View file

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

View file

@ -302,11 +302,6 @@
],
"networks": [
"nextcloud-aio"
],
"read_only": true,
"tmpfs": [
"/opt/cool/child-roots",
"/etc/coolwsd"
]
},
{