fix PerformRecursiveContainerStop detail

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-07-28 15:54:56 +02:00
parent a9303b7918
commit 5a31396e18

View file

@ -245,7 +245,7 @@ readonly class DockerController {
$this->dockerActionManager->StopContainer($container, $forceStopNextcloud);
}
foreach($container->GetDependsOn() as $dependency) {
$this->PerformRecursiveContainerStop($dependency);
$this->PerformRecursiveContainerStop($dependency, $forceStopNextcloud);
}
}