This commit is contained in:
2025-09-03 16:35:53 +02:00
parent b96a1c0065
commit 4072377548
2 changed files with 4 additions and 3 deletions

View File

@ -77,7 +77,7 @@ class LoginController
$status = $state['metadata']['status'] ?? 'Stopped';
if ($status !== 'Running') {
return $this->json($response, [
'status' => 'starting',
'status' => 'stopped',
'message' => 'Container is not yet running',
]);
}