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

UDP ports not handled by port mapping code #533

Closed
dboreham opened this issue Sep 19, 2023 · 2 comments
Closed

UDP ports not handled by port mapping code #533

dboreham opened this issue Sep 19, 2023 · 2 comments

Comments

@dboreham
Copy link
Collaborator

If a compose file has something like this:

- "9000/udp"

Our mapping code turns it into:

- 0.0.0.0:9000/udp:9000/udp

which is invalid.

@dboreham
Copy link
Collaborator Author

It should look like:

- 0.0.0.0:9000:9000/udp

@dboreham
Copy link
Collaborator Author

Fixed

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

No branches or pull requests

1 participant