Skip to content

Commit

Permalink
docs: Update README to show correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouter committed Dec 11, 2023
1 parent cbee430 commit 49ef7c9
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 @@ -6,11 +6,11 @@ This repository builds a Docker container based on Debian that holds
Usage:

```bash
docker run -e MESSAGEBIRD_API_TOKEN="API_TOKEN" warpnetbv/messagebird-exporter:latest
docker run -e MESSAGEBIRD_API_KEY="API_TOKEN" warpnetbv/messagebird-exporter:latest
```

To specify a different listen address:

```bash
docker run -e LISTEN_ADDRESS=":9601" -e MESSAGEBIRD_API_TOKEN="API_TOKEN" warpnetbv/messagebird-exporter:latest
docker run -e LISTEN_ADDRESS=":9601" -e MESSAGEBIRD_API_KEY="API_TOKEN" warpnetbv/messagebird-exporter:latest
```

0 comments on commit 49ef7c9

Please sign in to comment.