Skip to content
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

Quote port "21:21" throughout, add note about base-60, add compose example #61

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

michaelkrieger
Copy link
Contributor

As reported in #29 , when mapping ports in the HOST:CONTAINER format, you may experience erroneous results when using a container port lower than 60, because YAML parses numbers in the format xx:yy as a base-60 value. For this reason, it is recommended to always explicitly specify low-number port mappings as strings.

Port 21 is impacted by this, and quoting the port ensures that, should someone translate this to a docker-compose file, this behaviour won't arise. As such, the 21:21 is quoted in the various examples in the readme file.

Moreover, I have translated the first usage example into a compose file and placed a note there as well.

…dd compose example

When mapping ports in the HOST:CONTAINER format, you may experience erroneous results when using a container port lower than 60, because YAML parses numbers in the format xx:yy as a base-60 value. For this reason, it is recommended to always explicitly specify low-number port mappings as strings.

Port 21 is impacted by this, and quoting the port ensures that, should someone translate this to a docker-compose file, this behaviour won't arise.  As such, the 21:21 is quoted in the various examples in the readme file.

Moreover, I have translated the first usage example into a compose file and placed a note there as well.
@delfer
Copy link
Owner

delfer commented Nov 8, 2023

@michaelkrieger thank you very much!

@delfer delfer merged commit 12ed85d into delfer:master Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants