fix migration

This commit is contained in:
Andras Bacsai 2022-11-02 22:44:46 +01:00
parent 008e9a92d3
commit 22007426aa

View File

@ -461,7 +461,7 @@ async function createVolumes(service: any, template: any) {
for (const volume of template.services[s].volumes) {
const volumeName = volume.split(':')[0]
const volumePath = volume.split(':')[1]
const volumeService = service.id
const volumeService = s
volumes.push(`${volumeName}@@@${volumePath}@@@${volumeService}`)
}
}