Unable to launch Kibana Dashboard outside the Network Host

Hello,
I have installed Elastic Search and Kibana on one Network Host (Docker Env)
While checking via curl commands.
I am getting proper respone for Elastic Search and No response for Kibana
I am not able to access the Kibana dashboard outside the Network Host.
Do I need to use Nginx for accessing the Kibana dashboard outside the Netowork host
Any help is appreciated

Thanks
Rohit S

I hope you already solved this but for Kibana to be reachable in the outside you need to expose the default port 5601. You can take a look at these instructions on how to run the stack with Docker Compose for some details and inspiration