You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
582 B
24 lines
582 B
version: '3.8' |
|
services: |
|
zigbee2mqtt: |
|
container_name: zigbee2mqtt |
|
image: koenkk/zigbee2mqtt |
|
restart: unless-stopped |
|
privileged: true |
|
volumes: |
|
- ./data:/app/data |
|
- /run/udev:/run/udev:ro |
|
- /dev:/host/dev/ |
|
ports: |
|
# Frontend port |
|
- 8080:8080 |
|
environment: |
|
- TZ=Europe/London |
|
- DEBUG=zigbee-herdsman |
|
devices: |
|
# Make sure this matched your adapter location |
|
- /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_3adf117d1045ec118f1892fd6f14af06-if00-port0 |
|
# group_add: |
|
# - dialout |
|
|
|
|
|
|