Skip to content

Commit

Permalink
Merge pull request #2 from SPSCommerce/Mchaag-patch-1
Browse files Browse the repository at this point in the history
Update bridge.go
  • Loading branch information
trevorriles authored Jan 18, 2019
2 parents 1bc9f95 + 38db579 commit 124323d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ func (b *Bridge) newService(port ServicePort, isgroup bool) *Service {
service := new(Service)
service.Origin = port
service.ID = hostname + ":" + container.Name[1:] + ":" + port.ExposedPort
service.Name = serviceName
service.Name = serviceName + "-" + defaultName
if isgroup && !metadataFromPort["name"] {
service.Name += "-" + port.ExposedPort
}
Expand Down

0 comments on commit 124323d

Please sign in to comment.