fix
This commit is contained in:
parent
b82648ef5b
commit
6b82a9ef11
@ -37,7 +37,7 @@ class ProxyContainerStatusJob implements ShouldQueue, ShouldBeUnique
|
||||
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…
x
Reference in New Issue
Block a user