Skip to content

Commit

Permalink
OZ-726: Remove default meta
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Nov 1, 2024
1 parent ebacc27 commit 63ea4e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/container-to-consul.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63ea4e6

Please sign in to comment.