Skip to content

Commit d5ea58e

Browse files
authored
Merge pull request laradock#1355 from lamaaa/master
Fix Documentation error for install xDebug
2 parents 5677564 + 2a74f14 commit d5ea58e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,9 @@ It should be like this:
309309
```
310310
xdebug.remote_autostart=1
311311
xdebug.remote_enable=1
312-
xdebug.remote_connect_back=1
312+
xdebug.remote_connect_back=0
313+
; NOTE: The dockerhost is your vEthernet (DockerNAT) IP
314+
xdebug.remote_host=dockerhost
313315
```
314316

315317
3 - Re-build the containers `docker-compose build workspace php-fpm`

0 commit comments

Comments
 (0)