wiki/docs/portainer-stacks/Zigbee2MQTT.md
Sthope 0f8c1ec52f
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-04-27 11:24:06 +02:00

22 lines
473 B
Markdown

Portainer Stack:
```yaml
---
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=Europe/Amsterdam
labels:
- com.centurylinklabs.watchtower.enable=true
- hide_container=false
```