mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user