From 8b40991b05432b8311eb050c6e725d9eff513287 Mon Sep 17 00:00:00 2001 From: Hakihiro Date: Thu, 14 Sep 2023 10:59:02 +0200 Subject: [PATCH] feat: Change xdebug.client_host configuration for dev environments (#461) Co-authored-by: Benjamin --- docker/php/conf.d/app.dev.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/php/conf.d/app.dev.ini b/docker/php/conf.d/app.dev.ini index c1b6381..52bcb29 100644 --- a/docker/php/conf.d/app.dev.ini +++ b/docker/php/conf.d/app.dev.ini @@ -2,4 +2,4 @@ ; See https://github.com/docker/for-linux/issues/264 ; The `client_host` below may optionally be replaced with `discover_client_host=yes` ; Add `start_with_request=yes` to start debug session on each request -xdebug.client_host = 'host.docker.internal' +xdebug.client_host = xdebug://gateway