* - new file location for docker * update of docker containers * update readme
10 lines
165 B
INI
10 lines
165 B
INI
[PHP]
|
|
memory_limit = 1G
|
|
|
|
[xdebug]
|
|
xdebug.client_host=host.docker.internal
|
|
xdebug.client_port=9003
|
|
xdebug.mode=debug
|
|
xdebug.start_with_request=yes
|
|
xdebug.log_level=0
|