forked from mirrors/easyappointments
XDebug support for the docker environment is now working
This commit is contained in:
parent
360ed7ce1c
commit
025b1c8b2a
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue