mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-30 07:20:09 +00:00
make collabora container read-only
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
@@ -11,7 +11,9 @@ RUN set -ex; \
|
||||
tzdata \
|
||||
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
|
||||
|
||||
|
||||
@@ -290,6 +290,10 @@
|
||||
],
|
||||
"networks": [
|
||||
"nextcloud-aio"
|
||||
],
|
||||
"read_only": true,
|
||||
"tmpfs": [
|
||||
"/opt/cool/child-roots"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user