1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-05-31 23:10:01 +02:00

Fix clamav path to allow for updates

This commit is contained in:
Nazar Mokrynskyi 2025-01-26 19:18:18 +02:00 committed by GitHub
parent b43c378907
commit f222df060c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -217,7 +217,7 @@ services:
# Optional services
{% if antivirus_enabled %}
antivirus:
image: clamav/clamav-debian:1.2.3-45
image: clamav/clamav-debian:1.4.1-16
restart: always
logging:
driver: journald
@ -226,7 +226,7 @@ services:
networks:
- clamav
volumes:
- "{{ root }}/filter/clamav:/var/lib/clamav"
- "{{ root }}/clamav:/var/lib/clamav"
healthcheck:
test: ["CMD-SHELL", "kill -0 `cat /tmp/clamd.pid` && kill -0 `cat /tmp/freshclam.pid`"]
interval: 10s