I am trying to setup a TrueNAS server with a Channels DVR instance to replace a Windows Server I have running Channels. I am running into an odd problem where I install a Docker instance via Portainer on the TrueNAS server (IP address 193.168.3.207). Once I start it, if I go into Portainer to fetch the address for the server and it gives me http://192.168.3.205:32768/ as the address for Channels. When this server was brand new, it had an address of 192.168.3.205 but I changed it long ago to have a fixed IP of 192.168.3.207 and it's been at that address for a while. Where is Channels getting the old 205 address? How can I change it? I can access Channels by just changing the IP to the same string replacing 205 with 207 but I'd like to fix this before I put it into production and migrate to this server. Any thoughts?
1 Like
Are you running the container in docker Host or Bridge network mode?
What does your Portainer compose statement for the DVR container look like.
Found it - in Portainer's environment it had 192.168.3.205 as the public IP. Fixed it and it fixed the problem.