Skip to content

Commit

Permalink
Merge pull request #193 from imyaro/master
Browse files Browse the repository at this point in the history
Update xdebug client host configuration
  • Loading branch information
csandanov authored Mar 28, 2024
2 parents 85a0257 + 5cca6be commit 29cb924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8/templates/docker-php-ext-xdebug.ini.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ zend_extension = xdebug.so
xdebug.mode = {{ getenv "PHP_XDEBUG_MODE" "off" }}
xdebug.cli_color = {{ getenv "PHP_XDEBUG_CLI_COLOR" "0" }}
xdebug.client_discovery_header = "{{ getenv "PHP_XDEBUG_CLIENT_DISCOVERY_HEADER" "" }}"
xdebug.client_host = {{ getenv "PHP_XDEBUG_CLIENT_HOST" "172.17.0.1" }}
xdebug.client_host = {{ getenv "PHP_XDEBUG_CLIENT_HOST" "host.docker.internal" }}
xdebug.client_port = {{ getenv "PHP_XDEBUG_CLIENT_PORT" "9003" }}
xdebug.collect_assignments = {{ getenv "PHP_XDEBUG_COLLECT_ASSIGNMENTS" "0" }}
xdebug.collect_return = {{ getenv "PHP_XDEBUG_COLLECT_RETURN" "0" }}
Expand Down

0 comments on commit 29cb924

Please sign in to comment.