diff --git a/src/Commands/StartRoadRunnerCommand.php b/src/Commands/StartRoadRunnerCommand.php index ea71f47ad..8f7567904 100644 --- a/src/Commands/StartRoadRunnerCommand.php +++ b/src/Commands/StartRoadRunnerCommand.php @@ -82,7 +82,7 @@ public function handle(ServerProcessInspector $inspector, ServerStateFile $serve $roadRunnerBinary, '-c', $this->configPath(), '-o', 'version=3', - '-o', 'http.address='.$this->option('host').':'.$this->getPort(), + '-o', 'http.address='.$this->getHost().':'.$this->getPort(), '-o', 'server.command='.(new PhpExecutableFinder)->find().','.base_path(config('octane.roadrunner.command', 'vendor/bin/roadrunner-worker')), '-o', 'http.pool.num_workers='.$this->workerCount(), '-o', 'http.pool.max_jobs='.$this->option('max-requests'),