1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

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: networks:
- clamav - clamav
volumes: volumes:
- "/mailu/filter/clamav:/var/lib/clamav" - "/mailu/clamav:/var/lib/clamav"
healthcheck: healthcheck:
test: ["CMD-SHELL", "kill -0 `cat /tmp/clamd.pid` && kill -0 `cat /tmp/freshclam.pid`"] test: ["CMD-SHELL", "kill -0 `cat /tmp/clamd.pid` && kill -0 `cat /tmp/freshclam.pid`"]
interval: 10s interval: 10s