mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Make borg read-only
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
a1727d3f4f
commit
7a85532755
1 changed files with 5 additions and 1 deletions
|
|
@ -410,7 +410,11 @@
|
|||
"cap_add": [
|
||||
"SYS_ADMIN"
|
||||
],
|
||||
"apparmor_unconfined": true
|
||||
"apparmor_unconfined": true,
|
||||
"read_only": true,
|
||||
"tmpfs": [
|
||||
"/tmp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"container_name": "nextcloud-aio-watchtower",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue