Files
data
Dockerfiles
bind9
clamav
dovecot
fail2ban
memcached
mysql
nginx
php-fpm
postfix
Dockerfile
postfix.sh
supervisord.conf
syslog-ng.conf
whitelist_forwardinghosts.sh
zeyple.conf
zeyple.py
redis
rmilter
rspamd
sogo
assets
conf
web
.gitignore
LICENSE
README.md
docker-compose.yml
generate_config.sh
mailcow-reset-admin.sh
mailcow-setup-relayhost.sh
mailcow-dockerized/data/Dockerfiles/postfix
Michael Käufl 7fd982f948 [Dockerfiles] Do not persist DEBIAN_FRONTEND=noninteractive in images
According to https://github.com/moby/moby/issues/4032#issuecomment-163689851
(and some other comments in the issue) it's not recommended to set
`DEBIAN_FRONTEND` via `ENV` in a Dockerfile.  `ARG` has the same
effect at build time but does not change `DEBIAN_FRONTEND` in the
final image, so I switched to it.  It should also work to remove it
completely.
2017-05-13 18:10:04 +02:00
..
2017-04-08 23:36:46 +02:00
2017-05-06 23:42:18 +02:00
2017-05-06 23:42:18 +02:00
2017-04-05 22:19:41 +02:00
2017-04-05 22:19:41 +02:00