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. volumes:
  8. - /opt/zigbee/data:/app/data
  9. - /run/udev:/run/udev:ro
  10. network_mode: host
  11. #privileged: true
  12. devices:
  13. - /dev/ttyACM0:/dev/ttyACM0