feat(proxy): include Traefik versions in version check after restart
This commit is contained in:
parent
c7fc0a271c
commit
49ab9b2278
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
|
// Check Traefik version after restart to provide immediate feedback
|
||||||
if ($this->server->proxyType() === ProxyTypes::TRAEFIK->value) {
|
if ($this->server->proxyType() === ProxyTypes::TRAEFIK->value) {
|
||||||
CheckTraefikVersionForServerJob::dispatch($this->server);
|
CheckTraefikVersionForServerJob::dispatch($this->server, get_traefik_versions());
|
||||||
}
|
}
|
||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
return handleError($e, $this);
|
return handleError($e, $this);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue