[ClamAV] Add directory to make bootstrap not complain about missing directories

master
André Peters 2018-02-26 09:19:14 +01:00
parent d9e458daee
commit 3829135d93
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ if [[ "${SKIP_CLAMD}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
fi
# Create log pipes
mkdir /var/log/clamav
touch /var/log/clamav/clamd.log /var/log/clamav/freshclam.log
mkfifo -m 600 /tmp/logpipe_clamd
mkfifo -m 600 /tmp/logpipe_freshclam

View File

@ -59,7 +59,7 @@ services:
- redis
clamd-mailcow:
image: mailcow/clamd:1.8
image: mailcow/clamd:1.9
build: ./data/Dockerfiles/clamd
restart: always
environment: