Search found 1 match

by digitallez
Thursday 30 December 2021 10:54
Forum: Zigbee
Topic: Xiaomi gateway not working when moving domoticz from direct install on rpi to docker
Replies: 3
Views: 796

Re: Xiaomi gateway not working when moving domoticz from direct install on rpi to docker

XiaomiGateway works fine with option "network_mode: host". In file docker-compose.yml try remove port forwards and add line network_mode: host version: '3.3' services: domoticz: image: domoticz/domoticz network_mode: host container_name: domoticz restart: unless-stopped # Pass devices to container ...