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

fix #3836: healthcheck of clamav

This commit is contained in:
Florent Daigniere
2025-05-08 13:54:56 +02:00
parent 8cc60a9867
commit 8c2420d8cb
2 changed files with 1 additions and 6 deletions

View File

@@ -227,12 +227,6 @@ services:
- clamav
volumes:
- "{{ root }}/clamav:/var/lib/clamav"
healthcheck:
test: ["CMD-SHELL", "kill -0 `cat /tmp/clamd.pid` && kill -0 `cat /tmp/freshclam.pid`"]
interval: 10s
timeout: 5s
retries: 3
start_period: 10s
{% endif %}
{% if webdav_enabled %}

View File

@@ -0,0 +1 @@
Remove the healthcheck section of clamav: use upstream's