mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08:00
Merge pull request #2952 from nextcloud/enh/noid/revert-collabora-read-only
Revert "make collabora container read-only"
This commit is contained in:
commit
7c55c449b8
2 changed files with 1 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -302,11 +302,6 @@
|
|||
],
|
||||
"networks": [
|
||||
"nextcloud-aio"
|
||||
],
|
||||
"read_only": true,
|
||||
"tmpfs": [
|
||||
"/opt/cool/child-roots",
|
||||
"/etc/coolwsd"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue