mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
fix: cloudflare tunnel configuration, ui, etc
This commit is contained in:
@@ -134,6 +134,9 @@ function getContainerStatus(Server $server, string $container_id, bool $all_data
|
||||
return 'exited';
|
||||
}
|
||||
$container = format_docker_command_output_to_json($container);
|
||||
if ($container->isEmpty()) {
|
||||
return 'exited';
|
||||
}
|
||||
if ($all_data) {
|
||||
return $container[0];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user