Skip to content

Instantly share code, notes, and snippets.

@jcxk
Created January 5, 2017 11:47
Show Gist options
  • Save jcxk/83c1318572c77a92a61a52581ac50a02 to your computer and use it in GitHub Desktop.
Save jcxk/83c1318572c77a92a61a52581ac50a02 to your computer and use it in GitHub Desktop.
dockerForMac config loopback fix xdebug
sudo ifconfig lo0 alias 10.254.254.254
xdebug.remote_host=10.254.254.254
xdebug.idekey = PHPSTORM
xdebug.remote_connect_back=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment