Make borg read-only

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-19 13:07:54 +02:00
parent a1727d3f4f
commit 7a85532755

View file

@ -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",