File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,13 @@ zigbee2mqtt:
33 image : koenkk/zigbee2mqtt:latest
44 environment :
55 - TZ=${TZ:-Etc/UTC}
6- # - ZIGBEE2MQTT_CONFIG_MQTT_SERVER=mqtt://mosquitto:1883
7- # - ZIGBEE2MQTT_CONFIG_FRONTEND=true
8- # - ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_SYMLINK_CURRENT=true
6+ - ZIGBEE2MQTT_CONFIG_SERIAL_PORT=/dev/ttyACM0
7+ - ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER=zstack
8+ - ZIGBEE2MQTT_CONFIG_MQTT_SERVER=mqtt://mosquitto:1883
9+ # only enable the next line for Zigbee2MQTT v1
10+ # - ZIGBEE2MQTT_CONFIG_FRONTEND=true
11+ - ZIGBEE2MQTT_CONFIG_FRONTEND_ENABLED=true
12+ - ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_SYMLINK_CURRENT=true
913 # - DEBUG=zigbee-herdsman*
1014 ports :
1115 - " 8080:8080"
@@ -16,4 +20,3 @@ zigbee2mqtt:
1620 restart : unless-stopped
1721 depends_on :
1822 - mosquitto
19-
You can’t perform that action at this time.
0 commit comments