We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e99ce commit e35b3ffCopy full SHA for e35b3ff
stubs/meilisearch.stub
@@ -9,6 +9,6 @@ meilisearch:
9
networks:
10
- sail
11
healthcheck:
12
- test: ["CMD", "wget", "--no-verbose", "--spider", "http://localhost:7700/health"]
+ test: ["CMD", "wget", "--no-verbose", "--spider", "http://127.0.0.1:7700/health"]
13
retries: 3
14
timeout: 5s
0 commit comments