Skip to content

Commit

Permalink
bug: set redis ip to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wil Simpson committed Dec 7, 2024
1 parent 052b6b2 commit 17c369b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/testsro/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,8 @@ func SetupRedisWithDocker() (closeFn func() error, cfg config.DBPoolConfig, err
"INITIAL_PORT=7000",
"MASTERS=3",
"SLAVES_PER_MASTER=1",
"REDIS_CLUSTER_IP=0.0.0.0",
"IP=0.0.0.0",
},
}

Expand Down

0 comments on commit 17c369b

Please sign in to comment.