This commit is contained in:
Florent Daigniere
2023-10-13 16:42:45 +02:00
parent 80317fde78
commit 4da05b93ab
2 changed files with 4 additions and 4 deletions

View File

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