I am using streamlit in a docker container. And I am exposing port 8501 to use the app. However, all of a sudden streamlit stopped using localhost and instead uses some IP addresses
docker run -p 8501:8501 -it msmint/msmint:latest
You can now view your Streamlit app in your browser.
Network URL: http://172.17.0.2:8501
External URL: http://96.51.142.239:8501
Now, I cannot use the app anymore. Why was the old behaviour changed and how can I get it back?