feat(proxy): include Traefik versions in version check after restart
This commit is contained in:
parent
d3e7d979f6
commit
329708791e
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ public function restart()
|
|||
|
||||
// Check Traefik version after restart to provide immediate feedback
|
||||
if ($this->server->proxyType() === ProxyTypes::TRAEFIK->value) {
|
||||
CheckTraefikVersionForServerJob::dispatch($this->server);
|
||||
CheckTraefikVersionForServerJob::dispatch($this->server, get_traefik_versions());
|
||||
}
|
||||
} catch (\Throwable $e) {
|
||||
return handleError($e, $this);
|
||||
|
|
|
|||
Loading…
Reference in a new issue