From 1189c478d6b48667e127099ef99e01e961336188 Mon Sep 17 00:00:00 2001 From: tanshu Date: Wed, 18 Aug 2021 09:18:30 +0530 Subject: [PATCH] Redis will only listen on the 127.0.0.1 and not remote connections. --- redis/playbook.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/redis/playbook.yml b/redis/playbook.yml index b6d83e8..4a73e80 100755 --- a/redis/playbook.yml +++ b/redis/playbook.yml @@ -16,4 +16,5 @@ image: "{{ container_image }}" state: started restart_policy: "unless-stopped" - + published_ports: + - 127.0.0.1:6379:6379