diff --git a/docker/php/php.ini b/docker/php/php.ini index 0a0fc95..17f7ced 100644 --- a/docker/php/php.ini +++ b/docker/php/php.ini @@ -9,4 +9,4 @@ xdebug.start_with_request = true xdebug.mode = off xdebug.output_dir=/var/www/html/storage/logs/ # Uncomment following line and rebuild containers to enable debug and profiling -xdebug.mode = debug,profile +# xdebug.mode = debug,profile