We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52beb6 commit 3e6cf08Copy full SHA for 3e6cf08
README.md
@@ -13,7 +13,7 @@ This package is available for Docker:
13
# Start an example database
14
docker run --net=host -it --rm -e POSTGRES_PASSWORD=password postgres
15
# Connect to it
16
-docker run -e DATA_SOURCE_NAME="postgresql://postgres:password@localhost:5432/?sslmode=disable" -p 9187:9187 wrouesnel/postgres_exporter
+docker run --net=host -e DATA_SOURCE_NAME="postgresql://postgres:password@localhost:5432/?sslmode=disable" wrouesnel/postgres_exporter
17
```
18
19
## Building and running
0 commit comments