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:
parent
7bbfa094d0
commit
6efa1444df
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue