fix
This commit is contained in:
parent
51b5edb04f
commit
e530ecf9f9
1 changed files with 0 additions and 1 deletions
|
|
@ -73,7 +73,6 @@ export async function startService(request: FastifyRequest<ServiceStartStop>, fa
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log({ newEnvironments })
|
|
||||||
const customVolumes = await prisma.servicePersistentStorage.findMany({ where: { serviceId: id } })
|
const customVolumes = await prisma.servicePersistentStorage.findMany({ where: { serviceId: id } })
|
||||||
let volumes = new Set()
|
let volumes = new Set()
|
||||||
if (arm && template.services[s]?.volumesArm?.length > 0) {
|
if (arm && template.services[s]?.volumesArm?.length > 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue