mirror of https://github.com/docker/compose.git
Don't set targetGroup a name to avoid conflicts
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
35019564e4
commit
59e8eaf744
|
@ -307,7 +307,6 @@ func createTargetGroup(project *types.Project, service types.ServiceConfig, port
|
|||
port.Published,
|
||||
)
|
||||
template.Resources[targetGroupName] = &elasticloadbalancingv2.TargetGroup{
|
||||
Name: targetGroupName,
|
||||
Port: int(port.Target),
|
||||
Protocol: protocol,
|
||||
Tags: []tags.Tag{
|
||||
|
|
Loading…
Reference in New Issue