diff --git a/conf/site/config/speedtest.php b/conf/site/config/speedtest.php index c9260593..9feb4d09 100644 --- a/conf/site/config/speedtest.php +++ b/conf/site/config/speedtest.php @@ -15,7 +15,7 @@ return [ |-------------------------------------------------------------------------- */ - 'install' => 'manual', + 'install' => 'docker', /* |-------------------------------------------------------------------------- @@ -23,7 +23,7 @@ return [ |-------------------------------------------------------------------------- */ - 'home' => 'HOME=' . base_path() . DIRECTORY_SEPARATOR, + 'home' => 'HOME=/config', /* |--------------------------------------------------------------------------