Skip to content

Commit

Permalink
Use port 9003 for xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Oct 26, 2020
1 parent ae53405 commit f6c1585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-dev-base/php-7.3/xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_port=9003
xdebug.remote_handler=dbgp
xdebug.remote_connect_back=1
xdebug.remote_host=host.docker.internal
Expand Down

0 comments on commit f6c1585

Please sign in to comment.