francescou/docker-compose-ui

Publish UDP ports

thomas-lamure opened this issue · 1 comments

Hi,

When iI went from the 1.4.1 version of docker-compose-ui to the 1.6.0 a message appeared when I loaded one of my project:
error: Invalid published port: 1700/udp
Thank you for your help, your project is verry usefull.

Regards,
Thomas

Closing the issue, the yml format when publishing ports should be:
1700:1700/udp
i was wrong doing:
1700/udp:1700/udp
(witch by the way worked in v1.4.1)