Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
This commit is contained in:
		@@ -3,7 +3,7 @@ FROM debian:stretch-slim
 | 
				
			|||||||
LABEL maintainer "André Peters <andre.peters@servercow.de>"
 | 
					LABEL maintainer "André Peters <andre.peters@servercow.de>"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Installation
 | 
					# Installation
 | 
				
			||||||
ENV CLAMAV 0.101.1
 | 
					ENV CLAMAV 0.101.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
 | 
					RUN apt-get update && apt-get install -y --no-install-recommends \
 | 
				
			||||||
  ca-certificates \
 | 
					  ca-certificates \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -55,7 +55,7 @@ services:
 | 
				
			|||||||
            - redis
 | 
					            - redis
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    clamd-mailcow:
 | 
					    clamd-mailcow:
 | 
				
			||||||
      image: mailcow/clamd:1.22
 | 
					      image: mailcow/clamd:1.23
 | 
				
			||||||
      build: ./data/Dockerfiles/clamd
 | 
					      build: ./data/Dockerfiles/clamd
 | 
				
			||||||
      restart: always
 | 
					      restart: always
 | 
				
			||||||
      environment:
 | 
					      environment:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user