mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
make collabora container read-only
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
134905c028
commit
671edeb1d1
2 changed files with 7 additions and 1 deletions
|
|
@ -11,7 +11,9 @@ 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
|
||||||
|
|
||||||
USER 100
|
USER 100
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -290,6 +290,10 @@
|
||||||
],
|
],
|
||||||
"networks": [
|
"networks": [
|
||||||
"nextcloud-aio"
|
"nextcloud-aio"
|
||||||
|
],
|
||||||
|
"read_only": true,
|
||||||
|
"tmpfs": [
|
||||||
|
"/opt/cool/child-roots"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue