Skip to content

Commit

Permalink
Update README.md, Docker with ECOWITT2MQTT_MQTT_TOPIC (#840)
Browse files Browse the repository at this point in the history
The docker run command needs the "ECOWITT2MQTT_MQTT_TOPIC" parameter set. Otherwise it does not start.
  • Loading branch information
MartinRieser authored Jan 13, 2024
1 parent 57487a6 commit 8fd6a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,7 @@ docker run -it \
-e ECOWITT2MQTT_MQTT_BROKER=192.168.1.101 \
-e ECOWITT2MQTT_MQTT_USERNAME=user \
-e ECOWITT2MQTT_MQTT_PASSWORD=password \
-e ECOWITT2MQTT_MQTT_TOPIC=topic \
-p 8080:8080 \
bachya/ecowitt2mqtt:latest
```
Expand Down

0 comments on commit 8fd6a66

Please sign in to comment.