.type = PT_STR,
.id = "local_ip",
.name = N_("Local IP Address"),
- .desc = N_("IP address of the HDHomerun device. This is needed if you "
- "plan to run TVheadend in a container and you want to stream "
- "from an HDHomerun without enabling host networking for "
- "the container."),
+ .desc = N_("IP of the Docker host. Each HDHomeRun tuner sends data "
+ "to TVheadend through a socket. This lets you define the "
+ "IP address that HDHomeRun needs to send to. Leave this "
+ "blank if you want TVheadend to automatically pick an "
+ "address."),
.off = offsetof(config_t, local_ip),
.opts = PO_HIDDEN | PO_EXPERT,
.group = 6