mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-08 14:38:04 +08:00
Merge pull request #2705 from nextcloud/enh/noid/borgbackup-read-only
make borgbackup read-only
This commit is contained in:
commit
b011c47abe
1 changed files with 2 additions and 1 deletions
|
@ -410,7 +410,8 @@
|
|||
"cap_add": [
|
||||
"SYS_ADMIN"
|
||||
],
|
||||
"apparmor_unconfined": true
|
||||
"apparmor_unconfined": true,
|
||||
"read_only": true
|
||||
},
|
||||
{
|
||||
"container_name": "nextcloud-aio-watchtower",
|
||||
|
|
Loading…
Add table
Reference in a new issue