Skip to content

Commit e35b3ff

Browse files
authored
Fix meilisearch healthcheck gets to IPv6 instead IPv4 (#697)
1 parent 66e99ce commit e35b3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/meilisearch.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ meilisearch:
99
networks:
1010
- sail
1111
healthcheck:
12-
test: ["CMD", "wget", "--no-verbose", "--spider", "http://localhost:7700/health"]
12+
test: ["CMD", "wget", "--no-verbose", "--spider", "http://127.0.0.1:7700/health"]
1313
retries: 3
1414
timeout: 5s

0 commit comments

Comments
 (0)