mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-23 07:25:28 +00:00
Merge pull request #36 from mjtrangoni/patch-1
README.md: Update to new default port 9187
This commit is contained in:
commit
22534f7cd6
@ -11,7 +11,7 @@ This package is available for Docker:
|
||||
# Start an example database
|
||||
docker run --net=host -it --rm -e POSTGRES_PASSWORD=password postgres
|
||||
# Connect to it
|
||||
docker run -e DATA_SOURCE_NAME="postgresql://postgres:password@localhost:5432/?sslmode=disable" -p 9113:9113 wrouesnel/postgres_exporter
|
||||
docker run -e DATA_SOURCE_NAME="postgresql://postgres:password@localhost:5432/?sslmode=disable" -p 9187:9187 wrouesnel/postgres_exporter
|
||||
```
|
||||
|
||||
## Building and running
|
||||
|
Loading…
Reference in New Issue
Block a user