[Git] Ignore whitelist.ign2

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

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
rebuild-images.sh
data/conf/sogo/sieve.creds
data/conf/clamav/whitelist.ign2
data/conf/phpfpm/sogo-sso/sogo-sso.pass
data/conf/dovecot/dovecot-master.passwd
data/conf/dovecot/dovecot-master.userdb

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: