fix Documentation error for install xDebug

This commit is contained in:
lamaaa 2018-01-17 11:52:30 +08:00
parent 0077de28a1
commit 2a74f1433c

View File

@ -320,7 +320,9 @@ It should be like this:
``` ```
xdebug.remote_autostart=1 xdebug.remote_autostart=1
xdebug.remote_enable=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` 3 - Re-build the containers `docker-compose build workspace php-fpm`