Skip to content

Commit

Permalink
Updated Docker Instructions (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanm101 authored Aug 29, 2022
1 parent 8dc3c50 commit 3bc325f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,9 @@ Running the image is straightforward:

```
docker run -it \
-e MQTT_BROKER=192.168.1.101 \
-e MQTT_USERNAME=user \
-e MQTT_PASSWORD=password \
-e ECOWITT2MQTT_MQTT_BROKER=192.168.1.101 \
-e ECOWITT2MQTT_MQTT_USERNAME=user \
-e ECOWITT2MQTT_MQTT_PASSWORD=password \
-p 8080:8080 \
bachya/ecowitt2mqtt:latest
```
Expand Down

0 comments on commit 3bc325f

Please sign in to comment.