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.

docker-compose.template 292B

123456789101112131415
  1. #version: '3'
  2. #services:
  3. zigbee:
  4. restart: always
  5. image: koenkk/zigbee2mqtt:latest
  6. container_name: zigbee
  7. network_mode: host
  8. volumes:
  9. - /opt/zigbee/data:/app/data
  10. - /run/udev:/run/udev:ro
  11. devices:
  12. - /dev/ttyACM0:/dev/ttyACM0
  13. #privileged: true