From 28ed7a1a0ac796699110c829abfae3bf8ace0f77 Mon Sep 17 00:00:00 2001 From: David Warburton Date: Wed, 13 Jul 2016 16:57:39 +0000 Subject: Update container_registry.md --- doc/administration/container_registry.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/administration/container_registry.md b/doc/administration/container_registry.md index d5d43303454..3f4d44052d2 100644 --- a/doc/administration/container_registry.md +++ b/doc/administration/container_registry.md @@ -122,6 +122,8 @@ Registry is exposed to the outside world is `4567`, here is what you need to set in `gitlab.rb` or `gitlab.yml` if you are using Omnibus GitLab or installed GitLab from source respectively. +N.B. Do not choose port 5000, it will conflict with the Docker registry service. + --- **Omnibus GitLab installations** -- cgit v1.2.1 From 9f6ceed554319592c8bb47421c4a2654178e3453 Mon Sep 17 00:00:00 2001 From: David Warburton Date: Mon, 1 Aug 2016 23:34:55 +0000 Subject: Update container_registry.md --- doc/administration/container_registry.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/administration/container_registry.md b/doc/administration/container_registry.md index 3f4d44052d2..44ed8c88a39 100644 --- a/doc/administration/container_registry.md +++ b/doc/administration/container_registry.md @@ -122,7 +122,9 @@ Registry is exposed to the outside world is `4567`, here is what you need to set in `gitlab.rb` or `gitlab.yml` if you are using Omnibus GitLab or installed GitLab from source respectively. -N.B. Do not choose port 5000, it will conflict with the Docker registry service. +>**Note:** +Be careful to choose a port different than the one that Registry listens to (`5000` by default), +otherwise you will run into conflicts . --- -- cgit v1.2.1