Commit 27067e56 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Clarify how the Registry is enabled in Omnibus

parent e9817f21
...@@ -34,14 +34,17 @@ You can read more about Docker Registry at https://docs.docker.com/registry/intr ...@@ -34,14 +34,17 @@ You can read more about Docker Registry at https://docs.docker.com/registry/intr
If you are using Omnibus, you have to bare in mind the following: If you are using Omnibus, you have to bare in mind the following:
- The container Registry will be enabled by default if GitLab is configured - The container Registry will be enabled by default if GitLab is configured
with HTTPS and it will listen on port `5005`. If you want the Registry to with HTTPS in new and existing installations (no action is required from the
listen on a port other than `5005`, read [#Container Registry under existing GitLab domain](#container-registry-under-existing-gitlab-domain) administrator), and it will listen on port `5005`. If you wish to change it,
read [#Container Registry under existing GitLab domain](#container-registry-under-existing-gitlab-domain)
on how to achieve that. You will also have to configure your firewall to allow on how to achieve that. You will also have to configure your firewall to allow
connections to that port. incoming connections to that port.
- The container Registry works under HTTPS by default. Using HTTP is possible
but not recommended and out of the scope of this document. >**Note:**
[See the insecure Registry documentation][docker-insecure] if you want to The container Registry works under HTTPS by default. Using HTTP is possible
implement this. but not recommended and out of the scope of this document.
Read the [insecure Registry documentation][docker-insecure] if you want to
implement this.
--- ---
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment