Docker configuration templates
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.
123456789101112131415 |
- #version: '3'
- #services:
-
- zigbee:
- restart: always
- image: koenkk/zigbee2mqtt:latest
- container_name: zigbee
- network_mode: host
- volumes:
- - /opt/zigbee/data:/app/data
- - /run/udev:/run/udev:ro
- devices:
- - /dev/ttyACM0:/dev/ttyACM0
- #privileged: true
|