File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1853,6 +1853,8 @@ xdebug.remote_enable = 1
18531853xdebug.coverage_enable = 1
18541854xdebug.idekey = xdebug
18551855xdebug.remote_port = 9000
1856+ xdebug.remote_host = host.docker.internal
1857+ xdebug.remote_connect_back = 0
18561858xdebug.remote_autostart = 1
18571859xdebug.var_display_max_depth = 5
18581860xdebug.var_display_max_children = 256
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
2222 [PROJECT_NAME]-php :
2323 container_name : sourcetoad_[PROJECT_NAME]_php
2424 environment :
25- XDEBUG_CONFIG : " remote_host=10.254.254.254 "
25+ XDEBUG_CONFIG : " remote_host=host.docker.internal "
2626 PHP_IDE_CONFIG : " serverName=docker"
2727 build : .
2828 volumes :
Original file line number Diff line number Diff line change @@ -1856,6 +1856,8 @@ opcache.fast_shutdown = 1
18561856xdebug.remote_enable = 1
18571857xdebug.remote_port = 9000
18581858xdebug.remote_autostart = 1
1859+ xdebug.remote_host = host.docker.internal
1860+ xdebug.remote_connect_back = 0
18591861xdebug.var_display_max_depth = 5
18601862xdebug.var_display_max_children = 256
18611863xdebug.var_display_max_data = 1024
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
2323 container_name : sourcetoad_[PROJECT_NAME]_php
2424 build : .
2525 environment :
26- XDEBUG_CONFIG : " remote_host=10.254.254.254 "
26+ XDEBUG_CONFIG : " remote_host=host.docker.internal "
2727 PHP_IDE_CONFIG : " serverName=docker"
2828 volumes :
2929 - ../:/code
You can’t perform that action at this time.
0 commit comments