Skip to content

Commit

Permalink
fix: do not use xdebug://gateway to resolve host address
Browse files Browse the repository at this point in the history
  • Loading branch information
bkosun authored and dunglas committed Oct 15, 2023
1 parent d620a51 commit 97c48c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frankenphp/conf.d/app.dev.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 = xdebug://gateway
xdebug.client_host = host.docker.internal

0 comments on commit 97c48c1

Please sign in to comment.