Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix meilisearch healthcheck gets to IPv6 instead IPv4 #697

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

Theprim0
Copy link
Contributor

When using vendor/bin/sail up it mails as meilisearch container does not pass the healthcheck.
It wget's to localhost ::1 and not the IPv4 Address, so the check fails with:
Connecting to localhost:7700 ([::1]:7700) wget: can't connect to remote host: Connection refused

This fixes the issue, using 127.0.0.1 as IPv4.

@taylorotwell taylorotwell merged commit e35b3ff into laravel:1.x Jun 12, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants