Skip to content

Commit 7b7df24

Browse files
committed
correct xdebug host
1 parent 424b54b commit 7b7df24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

php/config/php.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ date.timezone = UTC
66

77
xdebug.remote_autostart = 1
88
xdebug.remote_enable = 1
9-
xdebug.remote_host = 10.254.254.254
10-
xdebug.remote_connect_back = 0
9+
xdebug.remote_host = host.docker.internal
1110
xdebug.remote_port = 9001
1211
xdebug.idekey = PHPSTORM
1312

0 commit comments

Comments
 (0)