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