Skip to content

Commit c83b149

Browse files
authored
Update service.yml
To enable the upgrade to 2.0. All these variables are duplicates of what is set directly in the MZ2M configuration.yaml file
1 parent 4830199 commit c83b149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.templates/zigbee2mqtt/service.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ 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_MQTT_SERVER=mqtt://mosquitto:1883
7+
#- ZIGBEE2MQTT_CONFIG_FRONTEND=true
8+
#- ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_SYMLINK_CURRENT=true
99
# - DEBUG=zigbee-herdsman*
1010
ports:
1111
- "8080:8080"

0 commit comments

Comments
 (0)