Skip to content

Commit

Permalink
fix: set correct port in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouter committed Dec 5, 2023
1 parent ad758cc commit 82d325e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ docker run -e MESSAGEBIRD_API_TOKEN="API_TOKEN" warpnetbv/messagebird-exporter:l
To specify a different listen address:

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

0 comments on commit 82d325e

Please sign in to comment.