-
Notifications
You must be signed in to change notification settings - Fork 35
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
PHP 8, Docker and VS Code #94
Comments
You should use |
Oh, okay. Afaik the internal IP of the Docker host is not static. |
Thanks for your feedback, I will support the domain name in the next version. |
@huanghantao @intellent which ip should I use inside a docker? host.docker.internal, 127.0.0.1, 0.0.0.0 not working for me host.docker.internal shows me error - [yasd] recv command error, connection closed could you help me please?
Hyperf 2.2 |
I am trying to get yasd running on PHP 8 inside Docker with VS Code in my Docker host.
My
Dockerfile
:My
yasd.ini
:My
launch.json
for VS Code:When running my container, I instantly get the error:
If I remove the
-e
argument from the PHP call, my service starts and works fine. However, debugging from VS Code does not work (breakpoints not detected).Any hints what else I can try?
The text was updated successfully, but these errors were encountered: