We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue broke linux.
Tested on Docker Engine 26.1.3
host.docker.internal does not work automatically on Linux. You need to add --add-host=host.docker.internal:host-gateway manually. As mentioned here.
Proposed solutions:
services: php: extra_hosts: - "host.docker.internal:host-gateway"
services: php: environment: PHP_XDEBUG_CLIENT_HOST: 172.17.0.1
Edit: I am using docker4drupal stack, and it does not work out of box.
The text was updated successfully, but these errors were encountered:
Add extra-hosts workaround for php wodby/php#197
bd35917
Thank you, decided to go with extra hosts solution
Sorry, something went wrong.
No branches or pull requests
Issue broke linux.
Tested on Docker Engine 26.1.3
host.docker.internal does not work automatically on Linux. You need to add --add-host=host.docker.internal:host-gateway manually. As mentioned here.
Proposed solutions:
Edit:
I am using docker4drupal stack, and it does not work out of box.
The text was updated successfully, but these errors were encountered: