From 3c80e33495382fb49b9569301c36572b9b4d9429 Mon Sep 17 00:00:00 2001 From: thomas Date: Sat, 10 May 2025 10:38:06 +0000 Subject: [PATCH] =?UTF-8?q?z2m=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- z2m | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 z2m diff --git a/z2m b/z2m new file mode 100644 index 0000000..24abd48 --- /dev/null +++ b/z2m @@ -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 \ No newline at end of file