From ac1c5ca636b6fde4a23e04efe8dc9b8a01c8f263 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Tue, 14 Dec 2021 12:34:44 -0500 Subject: [PATCH] Binding redis to public interface. --- docker/redis/redis.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/redis/redis.conf b/docker/redis/redis.conf index 3f447291e..00b751de4 100644 --- a/docker/redis/redis.conf +++ b/docker/redis/redis.conf @@ -65,7 +65,8 @@ # IF YOU ARE SURE YOU WANT YOUR INSTANCE TO LISTEN TO ALL THE INTERFACES # JUST COMMENT OUT THE FOLLOWING LINE. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -bind 127.0.0.1 +# bind 127.0.0.1 +bind 0.0.0.0 # Protected mode is a layer of security protection, in order to avoid that # Redis instances left open on the internet are accessed and exploited.