typo fix: # Disable all components except Redis
typo fix: # Disable all components except Redis
This commit is contained in:
parent
c3f68b1091
commit
e037faa3f8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ that runs Redis.
|
|||
```ruby
|
||||
external_url 'https://gitlab.example.com'
|
||||
|
||||
# Disable all components except PostgreSQL
|
||||
# Disable all components except Redis
|
||||
redis['enable'] = true
|
||||
bootstrap['enable'] = false
|
||||
nginx['enable'] = false
|
||||
|
|
Loading…
Reference in a new issue