From d1c43707373a21594a301383a45be88d30b310da Mon Sep 17 00:00:00 2001 From: Emmanuel Nyachoke Date: Fri, 1 Nov 2024 08:29:28 +0300 Subject: [PATCH] OZ-726: Remove default meta (#4) --- lib/container-to-consul.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/container-to-consul.js b/lib/container-to-consul.js index 6631e00..fe236f5 100644 --- a/lib/container-to-consul.js +++ b/lib/container-to-consul.js @@ -177,10 +177,7 @@ class ContainertoConsul { Node: this.containerServiceName(container), Address: this.docker.docker0, Service: { - Service: this.containerServiceName(container), - Meta: { - redis_version: '4.0' - } + Service: this.containerServiceName(container) } }; let containerIPAddress = container