Created
October 22, 2017 15:05
-
-
Save Denys-Bushulyak/7de9962762c7d6d26dab122c53158d07 to your computer and use it in GitHub Desktop.
Configuration for debuging php from container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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