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