1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-09 13:23:54 +02:00

Change clamav path in tests too

(cherry picked from commit 7531f2387134138aa196540f89bb600846879963)
This commit is contained in:
Nazar Mokrynskyi 2025-01-27 17:52:25 +02:00 committed by Mergify
parent 49509f86a5
commit ef67724177

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