[Git] Ignore whitelist.ign2

This commit is contained in:
andryyy
2019-12-14 15:00:23 +01:00
parent cc99fe3820
commit 2ff4b56953
2 changed files with 3 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ services:
- redis
clamd-mailcow:
image: mailcow/clamd:1.33
image: mailcow/clamd:1.34
restart: always
dns:
- ${IPV4_NETWORK:-172.22.1}.254
@@ -62,6 +62,7 @@ services:
- TZ=${TZ}
- SKIP_CLAMD=${SKIP_CLAMD:-n}
volumes:
- ./data/conf/clamav/whitelist.ign2:/var/lib/clamav/whitelist.ign2
- ./data/conf/clamav/:/etc/clamav/
networks:
mailcow-network: