Utilise les images officielles mariadb, php et nginx
This commit is contained in:
10
devphp7/config/xdebug.ini
Normal file
10
devphp7/config/xdebug.ini
Normal file
@@ -0,0 +1,10 @@
|
||||
[xdebug]
|
||||
zend_extension = xdebug.so
|
||||
xdebug.remote_enable=1
|
||||
xdebug.remote_port=9042
|
||||
xdebug.remote_host=172.17.0.1
|
||||
xdebug.remote_connect_back=1 # Not safe for production servers
|
||||
xdebug.remote_handler=dbgp
|
||||
xdebug.remote_mode=req
|
||||
xdebug.remote_autostart=true
|
||||
xdebug.remote_log="/var/log/xdebug/xdebug.log"
|
Reference in New Issue
Block a user