From 6efa1444df521a86068a97a4f2f2f5346b80eabb Mon Sep 17 00:00:00 2001 From: Rohit Tiwari Date: Mon, 10 Nov 2025 15:25:33 +0530 Subject: [PATCH] fixes default template of Redis Insight this PR refers the issue generated that , caused by untested template issue no : #7166 Redis Insight is inaccessible when installed with default configuration until manually change the test url --- templates/compose/redis-insight.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/redis-insight.yaml b/templates/compose/redis-insight.yaml index 2ba01c0c3..0e6056c6a 100644 --- a/templates/compose/redis-insight.yaml +++ b/templates/compose/redis-insight.yaml @@ -23,7 +23,7 @@ services: - CMD - wget - '--spider' - - 'http://localhost:5540' + - 'http://0.0.0.0:5540/api/health' interval: 10s retries: 3 timeout: 10s