Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run app on external URL #44

Open
ajinkya933 opened this issue Jun 6, 2020 · 1 comment
Open

Run app on external URL #44

ajinkya933 opened this issue Jun 6, 2020 · 1 comment

Comments

@ajinkya933
Copy link

ajinkya933 commented Jun 6, 2020

@MarcSkovMadsen

I am following your docker image:

sudo docker run -it -p 80:80 --entrypoint "streamlit" marcskovmadsen/awesome-streamlit:latest run app.py

when I run I get this output:

  You can now view your Streamlit app in your browser.

  URL: http://0.0.0.0:80

My question is this app is on a ubuntu PC and runs successfully on localhost.

But when I try to connect to this app using <Ubuntu_PC_ExternalIP>:80 through another wifi network. I don't get any results. Why is that? How can I fix it ?

@MarcSkovMadsen
Copy link
Owner

Hi @ajinkya933

I don't know :-)

But some things I can think about would be

  • Firewall settings. Are the ports used by Streamlit open on your laptop?
  • Errors. Are there errors in the browser console?

Feel free to send more questions. If you find something that indicates the problem. Feel free to send comments. You can also try to post the question on Discourse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants