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.
18 lines
416 B
18 lines
416 B
version: '3.4' |
|
services: |
|
zigbee2mqtt: |
|
container_name: zigbee2mqtt |
|
image: koenkk/zigbee2mqtt |
|
restart: unless-stopped |
|
volumes: |
|
- ./data:/app/data |
|
- /run/udev:/run/udev:ro |
|
ports: |
|
# Frontend port |
|
- 8080:8080 |
|
environment: |
|
- TZ=Europe/London |
|
devices: |
|
# Make sure this matched your adapter location |
|
- /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 |
|
|
|
|