wip: disable xdebug

This commit is contained in:
Supan Adit Pratama 2025-03-13 22:37:26 +00:00
parent 0b640993d1
commit 96bae278fc
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ services:
volumes: volumes:
- ../:/workspaces:cached - ../:/workspaces:cached
- xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
# Overrides default command so things don't shut down after the process ends. # Overrides default command so things don't shut down after the process ends.
command: sleep infinity command: sleep infinity

View File

@ -1,4 +1,4 @@
zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20190902/xdebug.so zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20190902/xdebug.so
xdebug.mode = debug xdebug.mode = debug
xdebug.start_with_request = yes xdebug.start_with_request = no
xdebug.client_port = 9000 xdebug.client_port = 9000