mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 10:50:10 +00:00
Merge pull request #2705 from nextcloud/enh/noid/borgbackup-read-only
make borgbackup read-only
This commit is contained in:
@@ -410,7 +410,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