temporary disable containerrestarted for tcp proxies
This commit is contained in:
parent
32f4c6c982
commit
d51e70bcaa
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user