fix
This commit is contained in:
parent
b82648ef5b
commit
6b82a9ef11
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ public function uniqueId(): int
|
|||
public function handle(): void
|
||||
{
|
||||
try {
|
||||
$container = get_container_status(server: $this->server, all_data: true, container_id: 'coolify-proxy', throwError: false);
|
||||
$container = get_container_status(server: $this->server, all_data: true, container_id: 'coolify-proxy', throwError: true);
|
||||
$status = $container['State']['Status'];
|
||||
if ($this->server->extra_attributes->proxy_status !== $status) {
|
||||
$this->server->extra_attributes->proxy_status = $status;
|
||||
|
|
|
|||
Loading…
Reference in a new issue