debug
This commit is contained in:
parent
d3f658c874
commit
375f17e728
@ -107,6 +107,8 @@ export async function startService(request: FastifyRequest<ServiceStartStop>, fa
|
|||||||
if (template.services[s].ports?.length > 0) {
|
if (template.services[s].ports?.length > 0) {
|
||||||
port = template.services[s].ports[0]
|
port = template.services[s].ports[0]
|
||||||
}
|
}
|
||||||
|
console.log({ arm })
|
||||||
|
console.log(template.services[s].imageArm)
|
||||||
config[s] = {
|
config[s] = {
|
||||||
container_name: s,
|
container_name: s,
|
||||||
build: template.services[s].build || undefined,
|
build: template.services[s].build || undefined,
|
||||||
|
Loading…
Reference in New Issue
Block a user