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

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