mirror of
https://gh.wpcy.net/https://github.com/fairpm/server.git
synced 2026-06-19 02:53:45 +08:00
8 lines
397 B
INI
8 lines
397 B
INI
; Note this file is not copied into the container by default.
|
|
; To enable in your dev stack, uncomment the line in docker-compose.override.yml, then run `docker compose restart`
|
|
|
|
xdebug.mode = develop,debug
|
|
xdebug.start_with_request = yes
|
|
xdeug.start_upon_error = yes
|
|
xdebug.client_host = host.docker.internal ; for docker desktop hosts
|
|
; xdebug.client_host = 172.17.0.1 ; for linux hosts
|