server/docker/fairpm-wordpress/xdebug.ini
Chuck Adams 0d51ceb8fd
initial docker config (not yet working)
Signed-off-by: Chuck Adams <chaz@chaz.works>
2025-11-18 11:31:27 -07:00

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