document the clamav max stream setting

This commit is contained in:
dkarv
2025-11-01 12:34:29 +01:00
parent 6f71feff30
commit 6d0454d7a2
2 changed files with 6 additions and 1 deletions

View File

@@ -14,6 +14,10 @@ services:
- clamav-socket:/var/run/clamav
clamav:
image: clamav/clamav:${CLAMAV_DOCKER_TAG:-latest}
environment:
# Accepts a number with optional K, M or G suffix. Must be greater or equal to ANTIVIRUS_MAX_SCAN_SIZE above.
# K = KiB (1024), M = MiB (1024 * 1024), G = GiB (1024 * 1024 * 1024)
CLAMD_CONF_StreamMaxLength: 100M
networks:
opencloud-net:
volumes: