UDP ports not handled by port mapping code #533

Closed
opened 2023-09-19 18:53:50 +00:00 by dboreham · 2 comments
Owner

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.

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.
Author
Owner

It should look like:

- 0.0.0.0:9000:9000/udp
It should look like: ``` - 0.0.0.0:9000:9000/udp ```
Author
Owner

Fixed

Fixed
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#533
No description provided.