first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-04-17 16:59:12 +02:00
parent 0ca0a2221f
commit 7f0ea590e5
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
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=Europe/Amsterdam
labels:
- com.centurylinklabs.watchtower.enable=true
- hide_container=false
```

View File

@ -82,5 +82,6 @@ nav:
- Octoprint: portainer-stacks/octoprint.md
- qBittorrent: portainer-stacks/qbittorrent.md
- Samba: portainer-stacks/samba.md
- Zigbee2MQTT: portainer-stacks/Zigbee2MQTT.md
- cmnds:
- AddUser 1Line: cmnds/adduser-1line.md