This commit is contained in:
2026-03-01 12:18:27 +02:00
parent e870185f4c
commit 6c89c362a5
4 changed files with 1413 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
version: '3.8'
services:
zigbee2mqtt:
container_name: zigbee2mqtt
image: koenkk/zigbee2mqtt
restart: unless-stopped
volumes:
- ./data:/app/data
- /run/udev:/run/udev:ro
ports:
# Frontend port
- 192.168.42.241:8080:8080
environment:
- TZ=Europe/Helsinki
devices:
# Make sure this matched your adapter location
- /dev/ttyUSB0:/dev/ttyUSB0