Skip to content

Commit

Permalink
Fix meilisearch healthcheck gets to IPv6 instead IPv4 (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
Theprim0 authored Jun 12, 2024
1 parent 66e99ce commit e35b3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/meilisearch.stub
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ meilisearch:
networks:
- sail
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--spider", "http://localhost:7700/health"]
test: ["CMD", "wget", "--no-verbose", "--spider", "http://127.0.0.1:7700/health"]
retries: 3
timeout: 5s

0 comments on commit e35b3ff

Please sign in to comment.