summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-06-06 02:56:54 +0000
committerStan Hu <stanhu@gmail.com>2018-06-06 02:56:54 +0000
commit9f9e107aea4f3f9f55eb66137e229a4dcf0bc01a (patch)
tree0a4ecf01dccf0391898504723d623e5f654a2431 /doc/user
parent288ce1118c1646e66f1464b49da4524465624e49 (diff)
downloadgitlab-ce-9f9e107aea4f3f9f55eb66137e229a4dcf0bc01a.tar.gz
Add ruby Markdown type
Diffstat (limited to 'doc/user')
-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"
```