Kamil Niemczycki 7e242d5aa2
Docker reorganisation (#6)
* - new file location for docker

* update of docker containers

* update readme
2023-03-07 23:45:45 +01:00

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