mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Improve notification message for TCP Proxy container restart to include database name
This commit is contained in:
parent
319c3023dc
commit
f7ef339ec3
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ class PushServerUpdateJob implements ShouldBeEncrypted, ShouldQueue
|
|||
})->first();
|
||||
if (! $tcpProxyContainerFound) {
|
||||
StartDatabaseProxy::dispatch($database);
|
||||
$this->server->team?->notify(new ContainerRestarted('TCP Proxy for database', $this->server));
|
||||
$this->server->team?->notify(new ContainerRestarted("TCP Proxy for {$database->name}", $this->server));
|
||||
} else {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue