We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dbce1 commit afdf4cdCopy full SHA for afdf4cd
app/Livewire/Project/Service/Navbar.php
@@ -109,7 +109,7 @@ public function restart()
109
return;
110
}
111
PullImage::run($this->service);
112
- StopService::run($this->service);
+ StopService::run(service: $this->service, dockerCleanup: false);
113
$this->service->parse();
114
$this->dispatch('imagePulled');
115
$activity = StartService::run($this->service);
0 commit comments