mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00: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",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^/[a-z/]$"
|
"pattern": "^/[a-z/]+$"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"volumes": {
|
"volumes": {
|
||||||
|
|
|
||||||
|
|
@ -410,7 +410,11 @@
|
||||||
"cap_add": [
|
"cap_add": [
|
||||||
"SYS_ADMIN"
|
"SYS_ADMIN"
|
||||||
],
|
],
|
||||||
"apparmor_unconfined": true
|
"apparmor_unconfined": true,
|
||||||
|
"read_only": true,
|
||||||
|
"tmpfs": [
|
||||||
|
"/tmp"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"container_name": "nextcloud-aio-watchtower",
|
"container_name": "nextcloud-aio-watchtower",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue