Merge pull request #1355 from lamaaa/master

Fix Documentation error for install xDebug
This commit is contained in:
Shao Yu-Lung (Allen) 2018-06-01 10:23:12 +08:00 committed by GitHub
commit d5ea58eb6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,7 +309,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`