Skip to content

Commit

Permalink
Merge pull request #785 from S474N/patch-1
Browse files Browse the repository at this point in the history
Update service.yml
  • Loading branch information
Slyke authored Jan 16, 2025
2 parents bfb8b55 + a46ff2c commit 15308de
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .templates/zigbee2mqtt/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ zigbee2mqtt:
image: koenkk/zigbee2mqtt:latest
environment:
- TZ=${TZ:-Etc/UTC}
- ZIGBEE2MQTT_CONFIG_SERIAL_PORT=/dev/ttyACM0
- ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER=zstack
- ZIGBEE2MQTT_CONFIG_MQTT_SERVER=mqtt://mosquitto:1883
- ZIGBEE2MQTT_CONFIG_FRONTEND=true
# only enable the next line for Zigbee2MQTT v1
# - ZIGBEE2MQTT_CONFIG_FRONTEND=true
- ZIGBEE2MQTT_CONFIG_FRONTEND_ENABLED=true
- ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_SYMLINK_CURRENT=true
# - DEBUG=zigbee-herdsman*
ports:
Expand All @@ -16,4 +20,3 @@ zigbee2mqtt:
restart: unless-stopped
depends_on:
- mosquitto

0 comments on commit 15308de

Please sign in to comment.