You've already forked Mailu
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:
@@ -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 %}
|
||||
|
1
towncrier/newsfragments/3836.misc
Normal file
1
towncrier/newsfragments/3836.misc
Normal file
@@ -0,0 +1 @@
|
||||
Remove the healthcheck section of clamav: use upstream's
|
Reference in New Issue
Block a user