Manual deployment does not work, website not displayed #6625
-
I followed the tutorial at https://github.com/getredash/redash/wiki/Local-development-setup using the Redash source code v10.1 however the website is neither showing up when I enter the domain name or the IP, what am I missing? |
Beta Was this translation helpful? Give feedback.
Answered by
guidopetri
Nov 26, 2023
Replies: 1 comment 7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The port that the redash server is listening on is 5000, so you have to access the IP address on port 5000. I'd recommend reading more into port forwarding and how docker handles ports. You should be able to access your deployment by visiting
your.ip.addr.ess:5000
.