Orbstack + k3d + xdebug #907
-
As the title implies I can't use xdebug in the above combination. With colima only thing I have to do is to set env var XDEBUG_HOST to 192.168.5.2 which is the default ip from colima. I haven't found a way with orbstack, any suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
kdrag0n
Jan 8, 2024
Replies: 1 comment 1 reply
-
Don't use a hard-coded IP. The OrbStack equivalent is |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kdrag0n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't use a hard-coded IP. The OrbStack equivalent is
host.docker.internal
orhost.orb.internal
as per the docs.