In docker compose I can declare a port range as
ports:
- "10250-10254:10250-10254"
Is there a way to do this using Tye other than listing them one by one?
In docker compose I can declare a port range as
ports:
- "10250-10254:10250-10254"
Is there a way to do this using Tye other than listing them one by one?
Based on the current tye schema it looks like you must define each port one by one.