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(); })->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));
} }
} }
} }