Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-06-06 05:56:54 +0300
committerStan Hu <stanhu@gmail.com>2018-06-06 05:56:54 +0300
commit9f9e107aea4f3f9f55eb66137e229a4dcf0bc01a (patch)
tree0a4ecf01dccf0391898504723d623e5f654a2431
parent288ce1118c1646e66f1464b49da4524465624e49 (diff)
Add ruby Markdown type
-rw-r--r--doc/user/project/container_registry.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/container_registry.md b/doc/user/project/container_registry.md
index 7b66b39ab28..03302b3815d 100644
--- a/doc/user/project/container_registry.md
+++ b/doc/user/project/container_registry.md
@@ -148,7 +148,7 @@ docker login registry.example.com -u <your_username> -p <your_access_token>
The optional debug server can be enabled by setting the registry debug address
in your `gitlab.rb` configuration.
-```
+```ruby
registry['debug_addr'] = "localhost:5001"
```