mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Bind to 0.0.0.0
This commit is contained in:
parent
bdbd8bf09f
commit
4fdbf0af09
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ start_redis_server() {
|
|||
redis-server --port $1\
|
||||
--cluster-enabled yes \
|
||||
--cluster-node-timeout 5000 \
|
||||
--bind 127.0.0.1 \
|
||||
--bind 0.0.0.0 \
|
||||
--cluster-config-file "$2" &
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue