diff --git a/docker/dev/redis.conf b/docker/dev/redis.conf index e7b93523..a4c6208a 100644 --- a/docker/dev/redis.conf +++ b/docker/dev/redis.conf @@ -84,7 +84,7 @@ # You will also need to set a password unless you explicitly disable protected # mode. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -bind 127.0.0.1 -::1 +bind 0.0.0.0 # By default, outgoing connections (from replica to master, from Sentinel to # instances, cluster bus, etc.) are not bound to a specific local address. In @@ -1033,7 +1033,7 @@ acllog-max-len 128 # The requirepass is not compatible with aclfile option and the ACL LOAD # command, these will cause requirepass to be ignored. # -# requirepass foobared +requirepass abc@123 # New users are initialized with restrictive permissions by default, via the # equivalent of this ACL rule 'off resetkeys -@all'. Starting with Redis 6.2, it