juju dashboard set custom listen ip address

Hi,

I configured juju dashboard to manager my microk8s cluster, and follow this tutorial:

https://juju.is/docs/juju/manage-the-juju-dashboard?_ga=2.76057494.286969972.1701691981-624108540.1699987348#heading–set-up-the-dashboard

When i run juju dashboard command, the endpoint of dashboard is a localhost, but I want set a custom IP to expose dashboard application to external networks.

I tried, but not worked.

juju expose dashboard --to-cidrs 10.200.57.34/32

How set custom ip address to dashboard?

Tks,

Paulo