Skip to content

Commit

Permalink
Added multinetwork to docker and xdebug configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Schaer committed Aug 13, 2024
1 parent 4bfb5fa commit a526987
Show file tree
Hide file tree
Showing 3 changed files with 362 additions and 355 deletions.
3 changes: 3 additions & 0 deletions .docker/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ date.timezone = Europe/Paris
log_errors = On
error_log = /var/log/php.log

zend_extension=xdebug.so

; xdebug
xdebug.log = /tmp/xdebug.log
xdebug.mode = debug
Expand All @@ -13,3 +15,4 @@ xdebug.client_host = host.docker.internal
xdebug.start_with_request = yes
xdebug.show_error_trace = on
xdebug.show_exception_trace = on
xdebug.client_port=9009
Loading

0 comments on commit a526987

Please sign in to comment.