make borgbackup container read_only

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-07 16:42:09 +02:00
parent 56e3f27d6c
commit a9befa0359

View file

@ -374,7 +374,8 @@
"cap_add": [ "cap_add": [
"SYS_ADMIN" "SYS_ADMIN"
], ],
"apparmor_unconfined": true "apparmor_unconfined": true,
"read_only": true
}, },
{ {
"container_name": "nextcloud-aio-watchtower", "container_name": "nextcloud-aio-watchtower",