Tests - Docker - update Xdebug configuration

Required to fix problem "Connection with XDebug 2.5.1 was not established. Validate installation."
This commit is contained in:
Meritoo
2017-10-22 17:55:49 +02:00
parent 4613a63f02
commit 5ab68d3667

View File

@@ -1,7 +1,6 @@
[xdebug] [xdebug]
zend_extension='xdebug.so' zend_extension=xdebug.so
xdebug.remote_enable=1 xdebug.remote_enable=1
xdebug.remote_connect_back=1
xdebug.idekey='PHPSTORM'
xdebug.remote_port=9001 xdebug.remote_port=9001
xdebug.remote_host=10.254.254.254