z2m-docker-compose.yaml aktualisiert

This commit is contained in:
2025-05-10 10:39:06 +00:00
parent 3c80e33495
commit 63ae2d24de

13
z2m
View File

@@ -1,13 +0,0 @@
services:
zigbee2mqtt:
container_name: ${NAME}
image: ${IMAGE}
volumes:
- ${VOLUME}:/app/data
devices:
# Ember
- ${DEVICE}
# CC2530 / GBAN GB2530S
#- /dev/ttyUSB_cc2530:/dev/ttyACM0
restart: always
network_mode: host