Skip to content

Commit

Permalink
service restart does no cleanup docker
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Sep 30, 2024
1 parent 11dbce1 commit afdf4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Livewire/Project/Service/Navbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function restart()
return;
}
PullImage::run($this->service);
StopService::run($this->service);
StopService::run(service: $this->service, dockerCleanup: false);
$this->service->parse();
$this->dispatch('imagePulled');
$activity = StartService::run($this->service);
Expand Down

0 comments on commit afdf4cd

Please sign in to comment.