mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-01 11:32:27 +08: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…
Reference in a new issue