Commit f3101fe1671fb090611e71d7a3a64a63270f994b

Authored by Jacob Vosmaer
1 parent c86017e6

The redis documentation asks for an IP

Based on the comments in redis.conf.
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'
... ...