Merge pull request #2705 from nextcloud/enh/noid/borgbackup-read-only

make borgbackup read-only
This commit is contained in:
Simon L
2023-06-15 15:26:22 +02:00
committed by GitHub

View File

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