1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-06-06 14:43:20 +00:00

[Clamd] use python bootstrapper to start CLAMD container

This commit is contained in:
FreddleSpl0it
2025-05-21 14:02:49 +02:00
parent 5a39ae45cb
commit 669f75182d
9 changed files with 122 additions and 60 deletions
+6 -1
View File
@@ -65,7 +65,7 @@ services:
- redis
clamd-mailcow:
image: ghcr.io/mailcow/clamd:1.70
image: ghcr.io/mailcow/clamd:nightly-19052025
restart: always
depends_on:
unbound-mailcow:
@@ -73,10 +73,15 @@ services:
dns:
- ${IPV4_NETWORK:-172.22.1}.254
environment:
- CONTAINER_NAME=clamd-mailcow
- DBNAME=${DBNAME}
- DBUSER=${DBUSER}
- DBPASS=${DBPASS}
- TZ=${TZ}
- SKIP_CLAMD=${SKIP_CLAMD:-n}
volumes:
- ./data/conf/clamav/:/etc/clamav/:Z
- mysql-socket-vol-1:/var/run/mysqld/
- clamd-db-vol-1:/var/lib/clamav
networks:
mailcow-network: