Home Assistant to network mode
This commit is contained in:
parent
c009c6e30e
commit
d0a670796c
2 changed files with 5 additions and 5 deletions
|
@ -8,11 +8,13 @@ services:
|
|||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
#network_mode: host
|
||||
networks:
|
||||
- web
|
||||
- smarthome
|
||||
labels:
|
||||
- "docker.group=smartHome"
|
||||
|
||||
|
||||
mqttbroker:
|
||||
image: eclipse-mosquitto:${MOSQUITTO_VERSION}
|
||||
restart: unless-stopped
|
||||
|
@ -28,7 +30,6 @@ services:
|
|||
labels:
|
||||
- "docker.group=smartHome"
|
||||
|
||||
|
||||
zigbee2mqtt:
|
||||
restart: unless-stopped
|
||||
image: koenkk/zigbee2mqtt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue