How to expose "rasa run" to 0.0.0.0

i have installed rasa in a container, i am unable to run the expose the access rasa from outside the container.

curl from inside the container is responding well as below curl -k http://localhost:5005

when i try to access the rasa from outside using the container host. its not accessible. http://serverip-or servername:5005 <-- not accessible.

is there a way the rasa exposed over 0.0.0.0

Thanks.