Skip to content

Commit d6b4e33

Browse files
committed
fix: exited services statuses
1 parent a9670bd commit d6b4e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Actions/Docker/GetContainersStatus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ private function old_way()
543543
}
544544
}
545545
}
546-
$exitedServices = $exitedServices->unique('id');
546+
$exitedServices = $exitedServices->unique('uuid');
547547
foreach ($exitedServices as $exitedService) {
548548
if (str($exitedService->status)->startsWith('exited')) {
549549
continue;

0 commit comments

Comments
 (0)