[Compose] Update ClamAV, watchdog and Docker API images
[Compose] Remove whitelist mount in ClamAV service
This commit is contained in:
parent
f796db0a65
commit
533a6d9ae1
@ -55,7 +55,7 @@ services:
|
||||
- redis
|
||||
|
||||
clamd-mailcow:
|
||||
image: mailcow/clamd:1.14
|
||||
image: mailcow/clamd:1.15
|
||||
build: ./data/Dockerfiles/clamd
|
||||
restart: always
|
||||
tty: true
|
||||
@ -64,7 +64,6 @@ services:
|
||||
- SKIP_CLAMD=${SKIP_CLAMD:-n}
|
||||
volumes:
|
||||
- ./data/conf/clamav/:/etc/clamav/
|
||||
- ./data/conf/clamav/whitelist.ign2:/var/lib/clamav/whitelist.ign2
|
||||
dns:
|
||||
- ${IPV4_NETWORK:-172.22.1}.254
|
||||
networks:
|
||||
@ -338,7 +337,7 @@ services:
|
||||
- /lib/modules:/lib/modules:ro
|
||||
|
||||
watchdog-mailcow:
|
||||
image: mailcow/watchdog:1.27
|
||||
image: mailcow/watchdog:1.28
|
||||
# Debug
|
||||
#command: /watchdog.sh
|
||||
build: ./data/Dockerfiles/watchdog
|
||||
@ -370,7 +369,7 @@ services:
|
||||
- watchdog
|
||||
|
||||
dockerapi-mailcow:
|
||||
image: mailcow/dockerapi:1.21
|
||||
image: mailcow/dockerapi:1.22
|
||||
restart: always
|
||||
build: ./data/Dockerfiles/dockerapi
|
||||
oom_kill_disable: true
|
||||
|
Loading…
Reference in New Issue
Block a user