wiki/docs/portainer-stacks/Zigbee2MQTT.md
Sthope 50fc33e254
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-05-01 10:47:48 +02:00

481 B

Portainer Stack:

---
version: '3.8'
services:
  zigbee2mqtt:
    container_name: zigbee2mqtt
    hostname: zigbee2mqtt
    image: koenkk/zigbee2mqtt:latest
    user: "1000:1000"
    volumes:
      - /zigbee2mqtt:/app/data
      - /run/udev:/run/udev:ro
    restart: unless-stopped
    network_mode: host
    privileged: true
    environment:
      - TZ="${TZ-Europe/Amsterdam}"
    labels:
      - com.centurylinklabs.watchtower.enable=true
      - hide_container=false