From 9f9e107aea4f3f9f55eb66137e229a4dcf0bc01a Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 6 Jun 2018 02:56:54 +0000 Subject: [PATCH] Add ruby Markdown type --- doc/user/project/container_registry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -p The optional debug server can be enabled by setting the registry debug address in your `gitlab.rb` configuration. -``` +```ruby registry['debug_addr'] = "localhost:5001" ```