Fix : Config docker et xdebug

This commit is contained in:
2026-01-06 16:49:32 +01:00
parent c082224c7d
commit 6fc72d180a
6 changed files with 135 additions and 136 deletions

View File

@@ -2,9 +2,8 @@ zend_extension = /usr/local/lib/php/extensions/no-debug-non-zts-20240924/xdebug.
xdebug.mode=debug
xdebug.idekey=PHPSTORM
xdebug.start_with_request=yes
xdebug.discover_client_host=no
xdebug.discover_client_host=1
xdebug.client_port=9003
xdebug.log="/var/www/html/LOG/xdebug.log"
xdebug.log_level = 0
xdebug.client_host=host.docker.internal
xdebug.log_level=0
xdebug.connect_timeout_ms=2