mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Revert "make collabora container read-only"
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
9a1de583c6
commit
3e3dbf26b5
2 changed files with 1 additions and 9 deletions
|
|
@ -11,10 +11,7 @@ RUN set -ex; \
|
||||||
tzdata \
|
tzdata \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
; \
|
; \
|
||||||
rm -rf /var/lib/apt/lists/*; \
|
rm -rf /var/lib/apt/lists/*;
|
||||||
mkdir -p /opt/cool/child-roots; \
|
|
||||||
chmod 777 -R /opt/cool/child-roots; \
|
|
||||||
chmod -R 777 /etc/coolwsd/
|
|
||||||
|
|
||||||
USER 100
|
USER 100
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -302,11 +302,6 @@
|
||||||
],
|
],
|
||||||
"networks": [
|
"networks": [
|
||||||
"nextcloud-aio"
|
"nextcloud-aio"
|
||||||
],
|
|
||||||
"read_only": true,
|
|
||||||
"tmpfs": [
|
|
||||||
"/opt/cool/child-roots",
|
|
||||||
"/etc/coolwsd"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue