mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
refactor: Remove unnecessary network cleanup in Init.php
This commit is contained in:
parent
d2eaf4f2e3
commit
8dc26a18d8
1 changed files with 3 additions and 0 deletions
|
|
@ -132,6 +132,9 @@ class Init extends Command
|
|||
|
||||
private function cleanup_unused_network_from_coolify_proxy()
|
||||
{
|
||||
if (isCloud()) {
|
||||
return;
|
||||
}
|
||||
foreach ($this->servers as $server) {
|
||||
if (! $server->isFunctional()) {
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue