debug
This commit is contained in:
parent
899f894e51
commit
f672d01777
1 changed files with 1 additions and 0 deletions
|
|
@ -742,6 +742,7 @@ export async function getPreviews(request: FastifyRequest<OnlyId>) {
|
|||
}
|
||||
}
|
||||
const jsonStdout = JSON.parse(stdout)
|
||||
console.log({jsonStdout, stdout})
|
||||
const containers = jsonStdout.filter((container) => {
|
||||
return (
|
||||
container.Labels['coolify.configuration'] &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue