From cd9bb8605ec5d709ce0aedcbab4bd2872726b0b5 Mon Sep 17 00:00:00 2001 From: Mario Trangoni Date: Mon, 21 Nov 2016 09:50:15 +0100 Subject: [PATCH] README.md: Update to new default port 9187 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84e8d837..d8dd9864 100644 --- a/README.md +++ b/README.md @@ -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