diff options
author | Stan Hu <stanhu@gmail.com> | 2018-06-06 02:56:54 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-06-06 02:56:54 +0000 |
commit | 9f9e107aea4f3f9f55eb66137e229a4dcf0bc01a (patch) | |
tree | 0a4ecf01dccf0391898504723d623e5f654a2431 /doc | |
parent | 288ce1118c1646e66f1464b49da4524465624e49 (diff) | |
download | gitlab-ce-9f9e107aea4f3f9f55eb66137e229a4dcf0bc01a.tar.gz |
Add ruby Markdown type
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/container_registry.md | 2 |
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" ``` |