service restart does no cleanup docker
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user