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:
parent
b43c378907
commit
f222df060c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user