Go to file
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
data [Dockerfiles] Do not persist DEBIAN_FRONTEND=noninteractive in images 2017-05-13 18:10:04 +02:00
.env Docs 2017-03-02 11:23:23 +01:00
.gitignore Remove old docs file, remove docs site ignore 2017-05-01 21:35:30 +02:00
README.md Fix readme link 2017-05-01 21:43:41 +02:00
docker-compose.yml Merge pull request #203 from mkuron/patch-2 2017-05-13 09:10:32 +02:00
generate_config.sh Change default plain port to 80 2017-03-06 15:42:45 +01:00
mailcow-reset-admin.sh Move helper scripts, mark executable 2017-04-23 19:38:04 +02:00
mailcow-setup-relayhost.sh Fix usage 2017-04-25 10:46:44 +02:00

README.md

mailcow: dockerized - 🐮 + 🐋 = 💕

Donate

Please see the official documentation for instructions.