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

Can't use UDP port mapping #461

Open
AnakinPt opened this issue Aug 4, 2021 · 1 comment
Open

Can't use UDP port mapping #461

AnakinPt opened this issue Aug 4, 2021 · 1 comment

Comments

@AnakinPt
Copy link

AnakinPt commented Aug 4, 2021

What happened?

When I configured the dockerRun task to use an UDP port mapping, the plugin crashes

What did you want to happen?

dockerRun {
name = "myService"
image = "myService:latest"
ports("8888:8888", "12201:12201/udp")
}

We should be able to identify some mapping to be for UDP connections and not only TCP.

@AnakinPt
Copy link
Author

AnakinPt commented Aug 4, 2021

I already have a fix for this, but I don't know how to conrtibute.

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