-
Hi, I was able to get this setup in docker on my Unraid server. However, I already have 8080 in use for something else and whenever I change it, the WebUI won't load at all. I saw there was a closed issue for this (#169) but it only pertained to the settings file? I am changing the port both on my docker template and in my config.yaml file. Is there someplace else it needs to be changed? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
There is no need to change port within birdnet-go settings when using Docker containers, just change externally exposed port on Docker start settings. Following command maps birdnet-go port 8080 to 9090. docker run -ti |
Beta Was this translation helpful? Give feedback.
-
Yes, that's normally what I have in the Unraid template (It's not exactly apples to apples with docker run but pretty close): |
Beta Was this translation helpful? Give feedback.
-
You have set BirdNET-Go HTTP port as 8778 but your unraid expects it to be 8080 (container port setting). Change BirdNET-Go port (in config.yaml) to 8080 and it should start working. |
Beta Was this translation helpful? Give feedback.
-
@vypergts Do you mind giving a brief overview of how you installed it on Unraid ? |
Beta Was this translation helpful? Give feedback.
You have set BirdNET-Go HTTP port as 8778 but your unraid expects it to be 8080 (container port setting). Change BirdNET-Go port (in config.yaml) to 8080 and it should start working.