mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-24 08:26:55 +00:00
make clamav read-only
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
680dbc5432
commit
2e87b41672
2 changed files with 7 additions and 1 deletions
|
|
@ -476,6 +476,12 @@
|
|||
],
|
||||
"networks": [
|
||||
"nextcloud-aio"
|
||||
],
|
||||
"read_only": true,
|
||||
"tmpfs": [
|
||||
"/var/lock",
|
||||
"/var/log/clamav",
|
||||
"/tmp"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue