Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
There's no need to expose port 17001
  • Loading branch information
rpstw authored Jul 26, 2024
1 parent 13cc592 commit 40c78d5
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 @@ -52,10 +52,10 @@ A docker image is available on the [official percona repository](https://hub.doc

```sh
# with podman
podman run -d -p 9216:9216 -p 17001:17001 percona/mongodb_exporter:0.40 --mongodb.uri=mongodb://127.0.0.1:17001
podman run -d -p 9216:9216 percona/mongodb_exporter:0.40 --mongodb.uri=mongodb://127.0.0.1:17001

# with docker
docker run -d -p 9216:9216 -p 17001:17001 percona/mongodb_exporter:0.40 --mongodb.uri=mongodb://127.0.0.1:17001
docker run -d -p 9216:9216 percona/mongodb_exporter:0.40 --mongodb.uri=mongodb://127.0.0.1:17001
```

#### Permissions
Expand Down

0 comments on commit 40c78d5

Please sign in to comment.