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

fix(provider): allow providers to choose how they parse ports #68

Conversation

Zygimantass
Copy link
Contributor

@Zygimantass Zygimantass commented Jan 26, 2024

In this PR

Other providers like DigitalOcean do not have the ability to differentiate between TCP and UDP exposed ports. As such, we remove the need to specify which protocol you want the port for in the string and leave that functionality upto the provider.

@Zygimantass Zygimantass force-pushed the zygis/explicit-protocol-in-port branch 2 times, most recently from b208886 to 7acf7f8 Compare January 26, 2024 01:12
@Zygimantass Zygimantass merged commit 4bba0c2 into zygis/use-docker-id-instead-of-name Jan 30, 2024
7 checks passed
Zygimantass added a commit that referenced this pull request Jan 30, 2024
fix(provider): allow providers to choose how they parse ports
@Zygimantass Zygimantass deleted the zygis/explicit-protocol-in-port branch January 31, 2024 17:04
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