KeithAbbott wrote: Sat Dec 13, 2025 10:40 am
I think I'm in a catch-22. From what I can tell, Unraid will not allow you to override the port number when the container is set to host mode. If I set the container to bridge mode, I
can override the port number, and I
can bring up the HDHomeRun signal monitor website, but it does not find any of my devices. In bridge mode, Unraid assigns the container an IP address of 172.17.0.x, which would explain why it can't find any of my HDHomeRun devices on my 192.168.1.x subnet. Fortunately, this is not currently a major issue for me, as I am able to specify the port number for the other container that it was in conflict with.
You're confusing the docker 'port' mapping with the environment variable this container uses.
To override port 3000 you need to set an environment variable called PORT
When editing the container - scroll to the bottom to '
Add another Path, Port, Variable, Label or Device'
This will open a dialog..
Set the
Config Type to 'Variable'
Key should be PORT and
Value whatever port number you want to use.
You can add a name, description, etc.. the main thing is the Key/Value pair
Click
Add when ready and deploy your container