Update Valkey to use dynamic local address binding

This commit is contained in:
Root User 2026-03-21 13:28:47 +01:00
parent d5f562fda7
commit 0421a2c72c
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -223,7 +223,8 @@ in {
# You will also need to set a password unless you explicitly disable protected # You will also need to set a password unless you explicitly disable protected
# mode. # mode.
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bind 127.0.0.1 -::1 # bind 127.0.0.1 -::1
bind ${config.local.address} -::1
# By default, outgoing connections (from replica to primary, from Sentinel to # By default, outgoing connections (from replica to primary, from Sentinel to
# instances, cluster bus, etc.) are not bound to a specific local address. In # instances, cluster bus, etc.) are not bound to a specific local address. In