浏览代码

fix Documentation error for install xDebug

lamaaa 7 年之前
父节点
当前提交
2a74f1433c
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      DOCUMENTATION/content/documentation/index.md

+ 3 - 1
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`