From 63ea4e6041d08bf47994b4c7a9fdccd187b6980e Mon Sep 17 00:00:00 2001 From: Emmanuel Nyachoke Date: Fri, 1 Nov 2024 07:54:05 +0300 Subject: [PATCH] OZ-726: Remove default meta --- 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