LB cant use same port both TCP and UDP

if i try up from a composer.yml i can bind the ports

ports:
- “12360:12360”
- “12361:12361”
- “12360:12360/udp”
- “12361:12361/udp”

but if i try do the sames with LB i cant , plz fix the loadbalance

This is a bug that UDP is even shown… It’s an option in the schema but HAProxy does not support UDP balancing.

Is there a recommendation for how to do load balancing with a UDP service in Rancher?

if i try expose directly container port , without LB the udp port wont up neither , but if i up from docker-composer file the ports works flawlesss