From 2a74f1433c2994533cc360bb6e2a77a4f15b2eb5 Mon Sep 17 00:00:00 2001 From: lamaaa <554026560@qq.com> Date: Wed, 17 Jan 2018 11:52:30 +0800 Subject: [PATCH] fix Documentation error for install xDebug --- DOCUMENTATION/content/documentation/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index 3359b98a..f2b7e3c7 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -320,7 +320,9 @@ It should be like this: ``` xdebug.remote_autostart=1 xdebug.remote_enable=1 -xdebug.remote_connect_back=1 +xdebug.remote_connect_back=0 +; NOTE: The dockerhost is your vEthernet (DockerNAT) IP +xdebug.remote_host=dockerhost ``` 3 - Re-build the containers `docker-compose build workspace php-fpm`