diff --git a/app/server/config/integration/docker.ts b/app/server/config/integration/docker.ts index 55a9d49..c244b50 100644 --- a/app/server/config/integration/docker.ts +++ b/app/server/config/integration/docker.ts @@ -128,7 +128,7 @@ export default class DockerIntegration extends Integration { const qp = new URLSearchParams({ filters: JSON.stringify( container_name.length > 0 - ? { name: container_name } + ? { name: [container_name] } : { label: [container_label] }, ), });