mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-01 11:32:27 +08:00
Merge pull request #2812 from nextcloud/enh/2506/make-borg-read-only
Make borgbackup read-only
This commit is contained in:
commit
3644e6f55e
2 changed files with 6 additions and 2 deletions
|
@ -141,7 +141,7 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"pattern": "^/[a-z/]$"
|
||||
"pattern": "^/[a-z/]+$"
|
||||
}
|
||||
},
|
||||
"volumes": {
|
||||
|
|
|
@ -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