Change clamav path in tests too

This commit is contained in:
Nazar Mokrynskyi
2025-01-27 17:52:25 +02:00
parent d51915871c
commit 7531f23871

View File

@@ -99,7 +99,7 @@ services:
networks:
- clamav
volumes:
- "/mailu/filter/clamav:/var/lib/clamav"
- "/mailu/clamav:/var/lib/clamav"
healthcheck:
test: ["CMD-SHELL", "kill -0 `cat /tmp/clamd.pid` && kill -0 `cat /tmp/freshclam.pid`"]
interval: 10s