mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 12:33:06 +00:00
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 } })
|
||||
let volumes = new Set()
|
||||
if (arm && template.services[s]?.volumesArm?.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user