fix: disable xdebug by default to avoid slow app running

This commit is contained in:
Supan Adit Pratama 2025-03-13 22:40:22 +00:00
parent 96bae278fc
commit d6202c599f

View File

@ -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