mirror of
https://github.com/supanadit/todo.git
synced 2025-05-05 12:59:56 +00:00
wip: disable xdebug
This commit is contained in:
parent
0b640993d1
commit
96bae278fc
@ -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
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user