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:
3
3
image : koenkk/zigbee2mqtt:latest
4
4
environment :
5
5
- 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
9
13
# - DEBUG=zigbee-herdsman*
10
14
ports :
11
15
- " 8080:8080"
@@ -16,4 +20,3 @@ zigbee2mqtt:
16
20
restart : unless-stopped
17
21
depends_on :
18
22
- mosquitto
19
-
You can’t perform that action at this time.
0 commit comments