We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's not a bug, but I think something is missing 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 --name mailcatcher schickling/mailcatcher
$ docker run -d -p 1080:1080 -p 1025:1025 --name mailcatcher schickling/mailcatcher
The text was updated successfully, but these errors were encountered:
@Gilles57 can you submit a PR for this?
Sorry, something went wrong.
@iloveitaly : I don't know how to do that. Sorry.
@iloveitaly. PR created: #152
No branches or pull requests
It's not a bug, but I think something is missing 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
The text was updated successfully, but these errors were encountered: