-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
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
Exposed port via conf.yml is not mapping correctly #50
Comments
Hi, again, I don't suppose you have an example you could share with me? It'll make my life easier! |
It's the same example that I mentioned in issue #49, so it includes the setup to reproduce both issues. Just checkout the To run the tests:
or
|
Test case, create a port forward from 13306 on host to 3306 on a MySQL Container:
|
Fixed. Please test and let me know if you have any issues. |
works like a charm. thanks again! |
When set in conf.yml the ports like in the USAGE
the container will be started with the following port configuration:
13306/tcp, 0.0.0.0:32778->3306/tcp
So the mapping is wrong.
The text was updated successfully, but these errors were encountered: