You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But from the article above, the entrypoint could have something like:
#! / usr / bin / env bash
# entrypoint.sh
set -euo pipefail # quit on errors
export XDEBUG_CONFIG = "remote_host=$(ip route show | awk '/default/ {print $ 3}')"
exec "$ @" # execute the rest of the command line
It is also possible that the DBGp settings are required for PHPSTORM:
What?
Our xdebug specific container is outdated and does not match in PHP version nor client utilities the one in production.
Also, we may want to adapt/change the way the IP address is exposed (
host.docker.internal
does not exist in Linux) by using something like:http://www.paolostefan.it/en/post/phpstorm-linux-docker-xdebug/
@pcambra thanks!
Solution:
The text was updated successfully, but these errors were encountered: