fix(core): update
This commit is contained in:
parent
3f18cb68bf
commit
db88c7f86c
@ -114,6 +114,6 @@ export class DockerNetwork {
|
|||||||
const containersOfService = containersOnNetwork.filter(container => {
|
const containersOfService = containersOnNetwork.filter(container => {
|
||||||
return container.Name.startsWith(serviceArg.Spec.Name);
|
return container.Name.startsWith(serviceArg.Spec.Name);
|
||||||
});
|
});
|
||||||
return containersOnNetwork;
|
return containersOfService;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user