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

Update ClamAV image tag to more generic and add newsfragment

This commit is contained in:
Nazar Mokrynskyi
2025-01-27 17:47:20 +02:00
parent f222df060c
commit d51915871c
2 changed files with 8 additions and 1 deletions

View File

@@ -217,7 +217,7 @@ services:
# Optional services
{% if antivirus_enabled %}
antivirus:
image: clamav/clamav-debian:1.4.1-16
image: clamav/clamav-debian:1.4
restart: always
logging:
driver: journald

View File

@@ -0,0 +1,7 @@
Place ClamAV files under `mailu/clamav` instead of `mailu/filter/clamav` such that they can be modified by ClamAV
itself.
Users will want to change their `docker-compose.yml` accordingly and remove `mailu/filter/clamav` after upgrade.
Also ClamAV image tag increased to `1.4` instead of specific (older) release, users will need to update it manually as
well and keep it updated over time.