diff --git a/data/Dockerfiles/clamd/Dockerfile b/data/Dockerfiles/clamd/Dockerfile index 6d6466643..31a332d7a 100644 --- a/data/Dockerfiles/clamd/Dockerfile +++ b/data/Dockerfiles/clamd/Dockerfile @@ -1,6 +1,6 @@ FROM clamav/clamav:1.0.3_base -LABEL maintainer "André Peters " +LABEL maintainer "The Infrastructure Company GmbH " RUN apk upgrade --no-cache \ && apk add --update --no-cache \ diff --git a/docker-compose.yml b/docker-compose.yml index c8cfd589f..8d84e3a75 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -58,12 +58,11 @@ services: - redis clamd-mailcow: - image: mailcow/clamd:1.62 + image: mailcow/clamd:1.63 restart: always depends_on: unbound-mailcow: condition: service_healthy - restart: true dns: - ${IPV4_NETWORK:-172.22.1}.254 environment: @@ -305,7 +304,6 @@ services: condition: service_started unbound-mailcow: condition: service_healthy - restart: true volumes: - ./data/hooks/postfix:/hooks:Z - ./data/conf/postfix:/opt/postfix/conf:z