Add ruby Markdown type

This commit is contained in:
Stan Hu 2018-06-06 02:56:54 +00:00
parent 288ce1118c
commit 9f9e107aea
1 changed files with 1 additions and 1 deletions

View File

@ -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"
```