Home Assistant to network mode

This commit is contained in:
Florian Zirker 2025-04-10 17:05:16 +02:00
parent c009c6e30e
commit d0a670796c
2 changed files with 5 additions and 5 deletions

View file

@ -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