Closed Kiina closed 8 years ago
Hi, very nice idea. But lets make a bit more readable by not cramming everything into a single line, like this:
-docker stop dockermail-dovecot
-docker rm dockermail-dovecot
docker run -d -p 0.0.0.0:25:25 -p 0.0.0.0:587:587 -p 0.0.0.0:143:143 --name dockermail-dovecot -v /srv/vmail:/srv/vmail dovecot:2.1.7
Done, i'm not to familiar with make files, so I did it in one line first.
Few people are ;) Thanks for contributing!
I gave the containers a name and try to stop and remove them before run. Not as great as docker-compose but atleast you don't have to stop it everytime.