mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-29 15:00:09 +00:00
make borgbackup container read_only
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
@@ -374,7 +374,8 @@
|
||||
"cap_add": [
|
||||
"SYS_ADMIN"
|
||||
],
|
||||
"apparmor_unconfined": true
|
||||
"apparmor_unconfined": true,
|
||||
"read_only": true
|
||||
},
|
||||
{
|
||||
"container_name": "nextcloud-aio-watchtower",
|
||||
|
||||
Reference in New Issue
Block a user