fix(core): update

This commit is contained in:
Philipp Kunz 2019-09-22 15:11:57 +02:00
parent 3f18cb68bf
commit db88c7f86c

View File

@ -114,6 +114,6 @@ export class DockerNetwork {
const containersOfService = containersOnNetwork.filter(container => {
return container.Name.startsWith(serviceArg.Spec.Name);
});
return containersOnNetwork;
return containersOfService;
}
}