Skip to content

Instantly share code, notes, and snippets.

@Denys-Bushulyak
Created October 22, 2017 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Denys-Bushulyak/7de9962762c7d6d26dab122c53158d07 to your computer and use it in GitHub Desktop.
Save Denys-Bushulyak/7de9962762c7d6d26dab122c53158d07 to your computer and use it in GitHub Desktop.
Configuration for debuging php from container
error_log = /dev/stdout
log_errors = On
display_errors = On
display_startup_errors = On
error_reporting = -1
xdebug.remote_enable = On
xdebug.remote_autostart = On
xdebug.remote_host = 192.168.137.111 #Your pc network address
xdebug.remote_port = 9001
xdebug.idekey = PHPSTORM
xdebug.remote_mode = 'req'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment