Comment out old z2m

This commit is contained in:
2020-07-17 15:03:56 +03:00
parent e46021c259
commit bc6eeabb6b
+13 -13
View File
@@ -18,16 +18,16 @@ services:
- "9001:9001"
restart: always
zigbee2mqtt:
container_name: zigbee2mqtt
image: koenkk/zigbee2mqtt:latest-dev
volumes:
- ../../zigbee2mqtt:/app/data
- /run/udev:/run/udev:ro
devices:
- /dev/ttyACM0:/dev/ttyACM0
restart: always
network_mode: host
privileged: true
environment:
- TZ=Europe/Sofia
# zigbee2mqtt:
# container_name: zigbee2mqtt
# image: koenkk/zigbee2mqtt:latest-dev
# volumes:
# - ../../zigbee2mqtt:/app/data
# - /run/udev:/run/udev:ro
# devices:
# - /dev/ttyACM0:/dev/ttyACM0
# restart: always
# network_mode: host
# privileged: true
# environment:
# - TZ=Europe/Sofia