fix
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user