From 72577033888a77eeb2f4d362c2ae2331c1cbf6d7 Mon Sep 17 00:00:00 2001
From: Kamil Trzcinski <ayufan@ayufan.eu>
Date: Mon, 16 May 2016 09:45:18 -0500
Subject: [PATCH] Bring back port to registry configuration

---
 config/gitlab.yml.example | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 2e383bc90fa..d935121d88b 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -178,7 +178,8 @@ production: &base
 
   registry:
     # enabled: true
-    # host: localhost
+    # host: registry.example.com
+    # port: 5000
     # api_url: http://localhost:5000/
     # key: config/registry.key
     # issuer: omnibus-certificate
-- 
GitLab