mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
686 B
Executable File
686 B
Executable File
Debugging inaccessible UI
When opening an issue please:
- Include a screenshot of what you see when accessing
HTTP://<your rpi IP>/20211(or your custom port) - Follow steps 1, 2, 3, 4 on this page
- Execute the following in the container to see the processes and their ports and submit a screenshot of the result:
sudo apt-get install lsofsudo lsof -i
- Try running the
nginxcommand in the container- if you get
nginx: [emerg] bind() to 0.0.0.0:20211 failed (98: Address in use)try using a different port number
- if you get
