You've already forked Mailu
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user