debug a thing
This commit is contained in:
parent
b9189d7647
commit
5a56cca0aa
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ export async function startService(request: FastifyRequest<ServiceStartStop>, fa
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let image = template.services[s].image
|
let image = template.services[s].image
|
||||||
|
console.log({ arm, imageArm: template.services[s].imageArm })
|
||||||
if (arm && template.services[s].imageArm) {
|
if (arm && template.services[s].imageArm) {
|
||||||
image = template.services[s].imageArm
|
image = template.services[s].imageArm
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue