service restart does no cleanup docker
This commit is contained in:
parent
11dbce1471
commit
afdf4cd5a8
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ public function restart()
|
||||||
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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue