z2m/docker-compose.yml aktualisiert

This commit is contained in:
2025-05-11 19:08:50 +00:00
parent 3783afd04c
commit aefc49bd22

13
z2m/docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
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