XDebug support for the docker environment is now working

This commit is contained in:
Alex Tselegidis 2020-04-22 20:50:14 +02:00
parent 360ed7ce1c
commit 025b1c8b2a
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
date.timezone=UTC
date.timezone = UTC
upload_max_filesize = 100M
post_max_size = 100M
xdebug.remote_enable=on
max_execution_time=0
xdebug.remote_enable = on
xdebug.remote_host = host.docker.internal
max_execution_time = 0