Skip to content

Instantly share code, notes, and snippets.

@bluvertigo
Created January 22, 2018 10:19
Show Gist options
  • Save bluvertigo/3a83ea44ec59aef230e56c9cbf20924b to your computer and use it in GitHub Desktop.
Save bluvertigo/3a83ea44ec59aef230e56c9cbf20924b to your computer and use it in GitHub Desktop.

docker-compose exec php /bin/bash

XDEBUG_CONFIG="idekey=phpstorm" PHP_IDE_CONFIG="serverName=docker" php -d xdebug.remote_enable=1 -d xdebug.remote_port=9000 -d xdebug.remote_host=10.0.0.136 -d xdebug.remote_mode=req -d xdebug.remote_connect_back=0 bin/magento app:config:import

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment