299 B
299 B
Docker build
docker buildx build . -t xiaomi2mqtt
Simple execution with Docker
docker run --name xiaomi2mqtt --restart unless-stopped -d --device /dev/bus/usb -v /var/run/dbus:/var/run/dbus -e MQTT_HOST=mqtt://mqtt.example.com:1883 git.wallace.sh/scott/xiaomi2mqtt:latest