debug
This commit is contained in:
@@ -742,6 +742,7 @@ export async function getPreviews(request: FastifyRequest<OnlyId>) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
const jsonStdout = JSON.parse(stdout)
|
const jsonStdout = JSON.parse(stdout)
|
||||||
|
console.log({jsonStdout, stdout})
|
||||||
const containers = jsonStdout.filter((container) => {
|
const containers = jsonStdout.filter((container) => {
|
||||||
return (
|
return (
|
||||||
container.Labels['coolify.configuration'] &&
|
container.Labels['coolify.configuration'] &&
|
||||||
|
Reference in New Issue
Block a user