-
I modified generic.json file like that but nothing happened. Other file to modify or specific manipulation after rebooting pandora server ?? Also, I changed docker-compose.yml ports for pandora to 80. Modified lines :
|
Beta Was this translation helpful? Give feedback.
Answered by
Rafiot
Jan 21, 2025
Replies: 2 comments 2 replies
-
As the error message says, you get a permission denied. If you want to run the project on port 80, you need to setup a reverse proxy. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Linux doesn't allow a user to open a port below 1024, and running pandora as root is not supported (on top of being a terrible idea).
I googled quick, and this is what came up, as an option: https://stackoverflow.com/questions/16225872/getting-gunicorn-to-run-on-port-80
I don't know the security implication of this approach, so use at your own risks.