mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Update Valkey to use dynamic local address binding
This commit is contained in:
parent
d5f562fda7
commit
0421a2c72c
1 changed files with 2 additions and 1 deletions
|
|
@ -223,7 +223,8 @@ in {
|
|||
# You will also need to set a password unless you explicitly disable protected
|
||||
# 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
|
||||
# instances, cluster bus, etc.) are not bound to a specific local address. In
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue