Skip to content

Commit 22534f7

Browse files
authored
Merge pull request prometheus-community#36 from mjtrangoni/patch-1
README.md: Update to new default port 9187
2 parents e3ba4b3 + cd9bb86 commit 22534f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This package is available for Docker:
1111
# Start an example database
1212
docker run --net=host -it --rm -e POSTGRES_PASSWORD=password postgres
1313
# Connect to it
14-
docker run -e DATA_SOURCE_NAME="postgresql://postgres:password@localhost:5432/?sslmode=disable" -p 9113:9113 wrouesnel/postgres_exporter
14+
docker run -e DATA_SOURCE_NAME="postgresql://postgres:password@localhost:5432/?sslmode=disable" -p 9187:9187 wrouesnel/postgres_exporter
1515
```
1616

1717
## Building and running

0 commit comments

Comments
 (0)