From 3a5a0ca929e65a99ae8ecc2602682695d9fa03b4 Mon Sep 17 00:00:00 2001 From: saga92 Date: Mon, 25 Apr 2016 16:18:50 +0800 Subject: [PATCH] fix cfg --- Deploy/harbor.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy/harbor.cfg b/Deploy/harbor.cfg index 20ec7a561..411d58c9d 100644 --- a/Deploy/harbor.cfg +++ b/Deploy/harbor.cfg @@ -2,7 +2,7 @@ #The IP address or hostname to access admin UI and registry service. #DO NOT use localhost or 127.0.0.1, because Harbor needs to be accessed by external clients. -hostname = localhost +hostname = reg.mydomain.com #The protocol for accessing the UI and token/notification service, by default it is http. #It can be set to https if ssl is enabled on nginx.