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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ services:
- CMD - CMD
- wget - wget
- '--spider' - '--spider'
- 'http://localhost:5540' - 'http://0.0.0.0:5540/api/health'
interval: 10s interval: 10s
retries: 3 retries: 3
timeout: 10s timeout: 10s