Commit f3101fe1671fb090611e71d7a3a64a63270f994b
1 parent
c86017e6
Exists in
master
and in
17 other branches
The redis documentation asks for an IP
Based on the comments in redis.conf.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/attributes/default.rb
... | ... | @@ -71,4 +71,4 @@ default['gitlab']['redis']['username'] = "gitlab-redis" |
71 | 71 | default['gitlab']['redis']['shell'] = "/bin/nologin" |
72 | 72 | default['gitlab']['redis']['home'] = "/var/opt/gitlab/redis" |
73 | 73 | default['gitlab']['redis']['port'] = 6379 |
74 | -default['gitlab']['redis']['listen_address'] = 'localhost' | |
74 | +default['gitlab']['redis']['listen_address'] = '127.0.0.1' | ... | ... |