Is it possible to select on which network interface open ports?

hi,
i know in docker-compose ports section, you can define on which network interface open your port on the host (https://docs.docker.com/compose/compose-file/#ports).
Is it supported by rancher?
If my host have got one private and one public network, i want to open a port on a private network for some applications (which will be called by other applications), and open a public port for other applications.
Any tips to solve this requirement?

best regards,

Charles.

No, someday… https://github.com/rancher/rancher/issues/53

thanks @vincent for the answer.

Charles.