Skip to content

Instantly share code, notes, and snippets.

@scottalan
Created July 23, 2015 21:14
Show Gist options
  • Select an option

  • Save scottalan/2e990fd0f8a51c1c88b5 to your computer and use it in GitHub Desktop.

Select an option

Save scottalan/2e990fd0f8a51c1c88b5 to your computer and use it in GitHub Desktop.
# - xdebug
RUN echo xdebug.remote_enable=1 >> /etc/php5/conf.d/20-xdebug.ini;\
echo xdebug.remote_autostart=0 >> /etc/php5/conf.d/20-xdebug.ini;\
echo xdebug.remote_connect_back=1 >> /etc/php5/conf.d/20-xdebug.ini;\
echo xdebug.remote_port=9000 >> /etc/php5/conf.d/20-xdebug.ini;\
echo xdebug.remote_log=/tmp/php5-xdebug.log >> /etc/php5/conf.d/20-xdebug.ini;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment