summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-05-06 00:07:04 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-06 00:07:04 +0000
commitb9c0fe73f0938b76c69ce3e00da12a343d5acfaf (patch)
tree88c700cf9e40f7543258f3969ce8c3f5937671f9
parentba91a736e7fc2e462405e35793bb11646f7fc430 (diff)
downloadgitlab-ce-b9c0fe73f0938b76c69ce3e00da12a343d5acfaf.tar.gz
Edit regionendpoint text
-rw-r--r--doc/administration/container_registry.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/administration/container_registry.md b/doc/administration/container_registry.md
index 48f599fa7e6..14e2adafb63 100644
--- a/doc/administration/container_registry.md
+++ b/doc/administration/container_registry.md
@@ -384,14 +384,12 @@ CAUTION: **Warning:** GitLab will not backup Docker images that are not stored o
filesystem. Remember to enable backups with your object storage provider if
desired.
----
+NOTE: **Note:**
+`regionendpoint` is only required when configuring an S3 compatible service such as Minio. It takes a URL such as `http://127.0.0.1:9000`.
**Omnibus GitLab installations**
-> **Note:**
-`regionendpoint` is only required when configuring an S3 compatible service such as Minio, by entering a URL such as http://127.0.0.1:9000
-
-To configure the storage driver in Omnibus:
+To configure the `s3` storage driver in Omnibus:
1. Edit `/etc/gitlab/gitlab.rb`:
@@ -409,16 +407,14 @@ To configure the storage driver in Omnibus:
1. Save the file and [reconfigure GitLab][] for the changes to take effect.
----
-
**Installations from source**
Configuring the storage driver is done in your registry config YML file created
when you [deployed your docker registry][registry-deploy].
-Example:
+`s3` storage driver example:
-```
+```yml
storage:
s3:
accesskey: 'AKIAKIAKI'