mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
temporary disable containerrestarted for tcp proxies
This commit is contained in:
@@ -170,7 +170,7 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
|
|||||||
})->first();
|
})->first();
|
||||||
if (!$foundTcpProxy) {
|
if (!$foundTcpProxy) {
|
||||||
StartDatabaseProxy::run($service_db);
|
StartDatabaseProxy::run($service_db);
|
||||||
$this->server->team?->notify(new ContainerRestarted("TCP Proxy for {$service_db->service->name}", $this->server));
|
// $this->server->team?->notify(new ContainerRestarted("TCP Proxy for {$service_db->service->name}", $this->server));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user