Skip to content

Commit

Permalink
Fix port in docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Petrausch committed Jul 16, 2020
1 parent 627c526 commit 2f2a8de
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 @@ -57,7 +57,7 @@ make container
To run the container with a given config file:

```bash
docker run -it -v "$(pwd)/config.yaml:/config.yaml" -p 8002:8002 mqtt2prometheus:latest
docker run -it -v "$(pwd)/config.yaml:/config.yaml" -p 9641:9641 mqtt2prometheus:latest
```

## Configuration
Expand Down

0 comments on commit 2f2a8de

Please sign in to comment.