mirror of
https://github.com/bitnami/containers.git
synced 2026-03-23 14:57:41 +08:00
[redis-sentinel] Add support for ipv6 (#72250)
support ipv6 Signed-off-by: Melissa Hale <melissakayh@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ done
|
||||
|
||||
# Redis Sentinel defaults
|
||||
redis_conf_set "port" "$REDIS_SENTINEL_DEFAULT_PORT_NUMBER"
|
||||
redis_conf_set "bind" "0.0.0.0"
|
||||
redis_conf_set "bind" "0.0.0.0 ::"
|
||||
redis_conf_set "pidfile" "$REDIS_SENTINEL_PID_FILE"
|
||||
# Send logs to stdout
|
||||
redis_conf_set "daemonize" "no"
|
||||
|
||||
Reference in New Issue
Block a user