service restart does no cleanup docker

This commit is contained in:
Andras Bacsai
2024-09-30 14:13:56 +02:00
parent 11dbce1471
commit afdf4cd5a8

View File

@@ -109,7 +109,7 @@ class Navbar extends Component
return; return;
} }
PullImage::run($this->service); PullImage::run($this->service);
StopService::run($this->service); StopService::run(service: $this->service, dockerCleanup: false);
$this->service->parse(); $this->service->parse();
$this->dispatch('imagePulled'); $this->dispatch('imagePulled');
$activity = StartService::run($this->service); $activity = StartService::run($this->service);