Home assistant: add port for emulated hue bridge
This commit is contained in:
parent
e67dfedbe5
commit
81dcb8771b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ depends_on = ["mosquitto"]
|
||||||
container_name = "mosquitto"
|
container_name = "mosquitto"
|
||||||
image = "eclipse-mosquitto"
|
image = "eclipse-mosquitto"
|
||||||
environment = ["TZ=Europe/Helsinki"]
|
environment = ["TZ=Europe/Helsinki"]
|
||||||
ports = ["1883:1883"]
|
ports = ["1883:1883", "8866:8866"]
|
||||||
networks = ["homeautomation"]
|
networks = ["homeautomation"]
|
||||||
volumes = [
|
volumes = [
|
||||||
"/docker/homeautomation/mosquitto:/mosquitto",
|
"/docker/homeautomation/mosquitto:/mosquitto",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue