From d06a404276768766a19f9519f0721075dc7a8236 Mon Sep 17 00:00:00 2001 From: Jon Dressel <102919923+jpddevops@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:31:32 -0600 Subject: [PATCH] Update redis.conf bind configuration Only listen on IPv6 loopback address if available. --- confs/redis/redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confs/redis/redis.conf b/confs/redis/redis.conf index a518688..722261d 100644 --- a/confs/redis/redis.conf +++ b/confs/redis/redis.conf @@ -1,4 +1,4 @@ -bind 127.0.0.1 ::1 +bind 127.0.0.1 -::1 unixsocket /tmp/redis.sock unixsocketperm 777 protected-mode yes