Hello,
In the documentation, I can see :
$ docker run -d -p 1080:1080 --name mailcatcher schickling/mailcatcher
I think it’s :
$ docker run -d -p 1080:1080 -p 1025:1025 --name mailcatcher schickling/mailcatcher
Share and learn in the Docker community.
Hello,
In the documentation, I can see :
$ docker run -d -p 1080:1080 --name mailcatcher schickling/mailcatcher
I think it’s :
$ docker run -d -p 1080:1080 -p 1025:1025 --name mailcatcher schickling/mailcatcher
May I point you to the github repo of the image: dockerfiles/mailcatcher at master · schickling/dockerfiles · GitHub
If you realy feel this is an issue, than I’d suggest to raise an issue on github.
Thank’s for the proposition.
It’s done