-
Notifications
You must be signed in to change notification settings - Fork 301
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
Configure https-portal and Streamlit - web app #332
Comments
This is the error it gives:
Any idea how to solve it? |
Hi! 1.) I think, your docker-compose.yaml should look like this:
2.) Your router must forward the ports 80 and 443 to your computer, directly. Not the Port 8501.
Maybe it helps. |
Thank you, it works now.!
I also made the router changes you provided. |
Hello,
I am having trouble configuring https-portal to work with a Streamlit web app deployed with docker.
This is my attempt at a docker-compose.yaml:
On my router I have the external ports 80,443 forwarded to internal 8501 port.
Using the docker-compose up, I get no errors, but I can only access my webapp on HTTP not HTTPS.
Any ideas how to make it work?
Thank you
The text was updated successfully, but these errors were encountered: