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
commit b011c47abe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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