make domaincheck container read-only

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-26 16:06:14 +02:00
parent 134905c028
commit cc9dbc9590
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",