kvaps / docker-kolab

Kolab image with nginx, ssl, opendkim, amavis and fail2ban
MIT License
41 stars 19 forks source link

problem with docker compose yml file #2

Closed cguentherTUChemnitz closed 8 years ago

cguentherTUChemnitz commented 8 years ago

Port 25 is not mapped with this docker-compose file. The problem can be worked around with the typing:

ports:

I got the fix from here: https://github.com/docker/compose/issues/1906