mirror of
https://github.com/docker/compose.git
synced 2026-08-28 12:23:49 +00: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue