From 4eb98aaeaa0e77271b63ee49691dfcb52f4f5c44 Mon Sep 17 00:00:00 2001
From: Zeger-Jan van de Weg <zegerjan@gitlab.com>
Date: Tue, 21 Feb 2017 12:59:35 +0000
Subject: [PATCH] Update docs with default port

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5310d47..295ca7a 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ application for [Prometheus](https://prometheus.io/) to scrape.
 
 Example:
 ```
-./gitlab-pages -listen-http ":8090" -metrics-address ":9101" -pages-root path/to/gitlab/shared/pages -pages-domain example.com
+./gitlab-pages -listen-http ":8090" -metrics-address ":9235" -pages-root path/to/gitlab/shared/pages -pages-domain example.com
 ```
 
 ### License
-- 
GitLab