make clamav read-only

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-19 14:44:06 +02:00
parent 680dbc5432
commit 2e87b41672
2 changed files with 7 additions and 1 deletions

View file

@ -476,6 +476,12 @@
],
"networks": [
"nextcloud-aio"
],
"read_only": true,
"tmpfs": [
"/var/lock",
"/var/log/clamav",
"/tmp"
]
},
{