Skip to content
Snippets Groups Projects
Commit c34a1288 authored by jurgenhaas's avatar jurgenhaas
Browse files

Reduce PHP_XDEBUG_MODE to debug, removing develop

parent a340eec7
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ services: ...@@ -22,7 +22,7 @@ services:
{% if php.xdebug %} {% if php.xdebug %}
PHP_XDEBUG: 1 PHP_XDEBUG: 1
PHP_XDEBUG_MAX_NESTING_LEVEL: 512 PHP_XDEBUG_MAX_NESTING_LEVEL: 512
PHP_XDEBUG_MODE: debug,develop PHP_XDEBUG_MODE: debug
PHP_XDEBUG_REMOTE_HOST: {{ docker0.ip }} PHP_XDEBUG_REMOTE_HOST: {{ docker0.ip }}
PHP_XDEBUG_START_WITH_REQUEST: 1 PHP_XDEBUG_START_WITH_REQUEST: 1
PHP_IDE_CONFIG: serverName=Docker PHP_IDE_CONFIG: serverName=Docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment