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

Double quote Docker Compose ports #16

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

vanam
Copy link
Contributor

@vanam vanam commented Jul 13, 2024

According to the official Docker Compose docs:

HOST:CONTAINER should always be specified as a (quoted) string, to avoid conflicts with yaml base-60 float.

See: https://docs.docker.com/compose/compose-file/05-services/#short-syntax-3
See: https://yaml.org/type/float.html

@vanam vanam mentioned this pull request Jul 13, 2024
According to the official Docker Compose docs:
"HOST:CONTAINER should always be specified as a (quoted) string,
to avoid conflicts with yaml base-60 float."

See: https://docs.docker.com/compose/compose-file/05-services/#short-syntax-3
See: https://yaml.org/type/float.html

Closes jonatan-ivanovgh-16
@jonatan-ivanov jonatan-ivanov changed the title Double quote docker compose ports. Double quote Docker Compose ports Jul 15, 2024
@jonatan-ivanov jonatan-ivanov merged commit 8b9712a into jonatan-ivanov:main Jul 15, 2024
1 check passed
@jonatan-ivanov
Copy link
Owner

Thank you!

@jonatan-ivanov jonatan-ivanov added the bug Something isn't working label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants