Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbsqp authored Apr 11, 2021
1 parent 7d81ea7 commit 6382484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Setup InfluxDBv2, create bucket and create a token with write permissions for bu
$ docker run -d \
-e NUT_IP_LIST="['IP1','IP2',...]" \
-e NUT_HOST_LIST="['<Host1>','<Host2>',...]" \
-e NUT_PORT="<NUT Port>" \
-e NUT_PORT="3493" \
-e NUT_PASSWORD="<NUT password>" \
-e NUT_USERNAME="<NUT username>" \
-e NUT_UPSNAME="<NUT UPS Name>" \
-e NUT_UPSNAME="ups" \
-e INFLUXDB2_HOST="<INFLUXDBv2 SERVER>" \
-e INFLUXDB2_PORT="8086" \
-e INFLUXDB2_ORG="" \
Expand Down

0 comments on commit 6382484

Please sign in to comment.