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