Skip to content

Commit

Permalink
small re-wording
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Gfeller <[email protected]>
  • Loading branch information
pgfeller committed Dec 29, 2023
1 parent fa51a9b commit cc365d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ It then performs all the same steps that the upgrade script and which are perfor

### Universal Plug and Play (UPnP)

Some bindings, like e.g. [SONOS](https://www.openhab.org/addons/bindings/sonos/), depend on the common [UPnP](https://en.wikipedia.org/wiki/Universal_Plug_and_Play) communication infrastructure installed with openHAB[^jupnp]. The protocol is based on IP multicast messages, which is limited to a local subnet[^multicastrouting]. In case you have multiple network adapters in your system (which is the case if you use docker), it is necessary to inform openHAB what interface shall be used for UPnP discovery and communication. If more than one IP address is assigend to the interface, the address to use must be specified as well.
Some bindings, like e.g. [SONOS](https://www.openhab.org/addons/bindings/sonos/), depend on the common [UPnP](https://en.wikipedia.org/wiki/Universal_Plug_and_Play) communication infrastructure installed with openHAB[^jupnp]. The protocol is based on IP multicast messages, which are limited to a local subnet[^multicastrouting]. In case you have multiple network adapters in your system (which is the case if you use docker), it is necessary to inform openHAB what interface shall be used for UPnP discovery and communication. If more than one IP address is assigend to the interface, the address to use must be specified as well.

This information can be specified via the `EXTRA_JAVA_OPTS` [Environment Variable](#environment-variables):

Expand Down

0 comments on commit cc365d8

Please sign in to comment.