How to declare a port Range in Tye?

85 Views Asked by At

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?

1

There are 1 best solutions below

0
On

Based on the current tye schema it looks like you must define each port one by one.