Created
December 2, 2022 18:58
-
-
Save Daniel15/e4d896da67677c302d235985eaa7770a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zigbee2mqtt: | |
container_name: zigbee2mqtt | |
restart: unless-stopped | |
image: koenkk/zigbee2mqtt:latest | |
volumes: | |
- /var/local/docker/zigbee2mqtt:/app/data | |
- /run/udev:/run/udev:ro | |
ports: | |
- 8080:8080 | |
environment: | |
- TZ=America/Los_Angeles | |
devices: | |
- /dev/ttyUSB0:/dev/ttyUSB0 | |
- /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_d0204f4483c9eb11a47d8b4f1d69213e-if00-port0:/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_d0204f4483c9eb11a47d8b4f1d69213e-if00-port0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment