temporary disable containerrestarted for tcp proxies

This commit is contained in:
Andras Bacsai 2024-03-27 11:13:40 +01:00
parent 32f4c6c982
commit d51e70bcaa

View File

@ -170,7 +170,7 @@ public function handle()
})->first();
if (!$foundTcpProxy) {
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));
}
}
}