From f0e19ec60ca2409c20bf6f2f1af1511ce624f657 Mon Sep 17 00:00:00 2001 From: Florian Eisenmenger Date: Thu, 16 May 2024 10:44:48 +0200 Subject: [PATCH] readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3044723..3b193ca 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ -> create folder "php" in ".ddev"-folder, create a file "xdebug.ini" (here could be also a php.ini - settings made override ddev php.ini) and insert this line into xdebug.ini: xdebug.client_host=docker.for.mac.localhost -> ddev restart afterwards + Xdebug: When one is not working, use the other. + xdebug.client_host=host.docker.internal + ;xdebug.client_host=docker.for.mac.localhost + telnet: Unable to connect to remote host: Connection refused # PHPMyAdmin installieren: