Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- zigbee2mqtt:
- container_name: zigbee2mqtt
- image: koenkk/zigbee2mqtt
- volumes:
- - ./data:/app/data
- - /run/udev:/run/udev:ro
- ports:
- # Frontend port
- - 8080:8080
- environment:
- - TZ=Europe/Berlin
- devices:
- # Make sure this matched your adapter location
- - /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001CD47621-if00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement