diff --git a/dist/php.d/99-xdebug.ini b/dist/php.d/99-xdebug.ini index a6e8b8c..007daa1 100644 --- a/dist/php.d/99-xdebug.ini +++ b/dist/php.d/99-xdebug.ini @@ -1,5 +1,4 @@ ; Dockerでのデバッグ用設定 zend_extension=xdebug.so xdebug.remote_enable=true -xdebug.remote_autostart=true xdebug.remote_host=host.docker.internal \ No newline at end of file