Hello, I’m using HA and Zoneminder in docker form on an unRAID server.
Currently the unRAID web gui is using port 80 and it seems that the Zoneminder component has the port defaulted to 80 with no way to change it that I can see.
My current port for Zoneminder is 99 so if there is a way to specify this that would be fantastic. I tried adding the port to the host line with no luck.
Am I missing something here? Can I simply add a Port: 99 line to my yaml and be done with it? Any help would be much appreciated.
I see that the “optional port” has been added to the zoneminder component. I’ve tried to specify the port in several ways and am getting errors. What is the component expecting the host:port to look like?
I’ve tried
host: 192.168.1.27:99
and
host 192.168.1.27,99
neither work