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 @@ private function cleanup_unnecessary_dynamic_proxy_configuration()
|
|||
|
||||
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