summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2019-09-10 13:56:34 +0000
committerValery Sizov <valery@gitlab.com>2019-09-10 13:56:34 +0000
commit4078582b717cbc1407ed005b02bd60825fe31b03 (patch)
treede481610be2f9a23a9cb90412fb095cd7959b0d0
parent17e09addc27eea132992a6dd460d045f3b7892c6 (diff)
downloadgitlab-ce-geo-docker-reg-replication-docs.tar.gz
Apply suggestion to doc/administration/geo/replication/docker_registry.mdgeo-docker-reg-replication-docs
-rw-r--r--doc/administration/geo/replication/docker_registry.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/administration/geo/replication/docker_registry.md b/doc/administration/geo/replication/docker_registry.md
index c06b663d28c..464cbf38b28 100644
--- a/doc/administration/geo/replication/docker_registry.md
+++ b/doc/administration/geo/replication/docker_registry.md
@@ -57,7 +57,11 @@ We need to make Docker Registry send notification events to the
]
```
- NOTE: **Note:**
+ NOTE: **Note:**
+ If you use an external Registry (not the one integrated with GitLab), you must add
+ these settings to its configuration. In this case, you will also have to specify
+ notification secret in `registry.notification_secret` section of
+ `/etc/gitlab/gitlab.rb` file.
If you use external Registry (not the one vendored by GitLab) you have to add this settings
to its configuration. In this case, you will also have to specify notification secret in `registry.notification_secret` section of `/etc/gitlab/gitlab.rb` file.