Merge pull request #2870 from nextcloud/enh/2506/domaincheck

make domaincheck container read-only
This commit is contained in:
Simon L 2023-07-13 12:13:28 +02:00 committed by GitHub
commit 554cb34d74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 5 deletions

View file

@ -454,7 +454,12 @@
"secrets": [
"INSTANCE_ID"
],
"stop_grace_period": 1
"stop_grace_period": 1,
"read_only": true,
"tmpfs": [
"/etc/lighttpd",
"/var/www/domaincheck"
]
},
{
"container_name": "nextcloud-aio-clamav",