From d6202c599f01be733602a7d73145812133ad2de5 Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Thu, 13 Mar 2025 22:40:22 +0000 Subject: [PATCH] fix: disable xdebug by default to avoid slow app running --- .devcontainer/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index 916a7b6..d33a56c 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -8,7 +8,7 @@ services: volumes: - ../:/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. command: sleep infinity