mirror of
https://github.com/supanadit/todo.git
synced 2025-05-05 12:59:56 +00:00
fix: disable xdebug by default to avoid slow app running
This commit is contained in:
parent
96bae278fc
commit
d6202c599f
@ -8,7 +8,7 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ../:/workspaces:cached
|
- ../:/workspaces:cached
|
||||||
- xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
|
- ./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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user