Skip to content

Commit

Permalink
Fix README instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmes committed Mar 5, 2022
1 parent a7a50a3 commit 72d7465
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ You will need to provide the same environment variables, but the syntax is diffe
```bash
docker run\
-p 8080:80\
aholmes0/hubitat2prom:v1.0.1\
-e "HE_URI=your-uri"\
-e "HE_TOKEN=your-token"
-e "HE_TOKEN=your-token"\
aholmes0/hubitat2prom:v1.0.1
```

## Build the Docker Image
Expand All @@ -61,7 +61,7 @@ Use a command similar to the one used for [Using Docker](#using-docker), but use
```bash
docker run\
-p 8080:80\
hubitat2prom\
-e "HE_URI=your-uri"\
-e "HE_TOKEN=your-token"
-e "HE_TOKEN=your-token"\
hubitat2prom
```

0 comments on commit 72d7465

Please sign in to comment.