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
This commit is contained in:
Rohit Tiwari
2025-11-10 15:25:33 +05:30
committed by GitHub
parent 7bbfa094d0
commit 6efa1444df

View File

@@ -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