mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
normalize volume name
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
ced0eb3912
commit
21f5cf8b40
@ -42,7 +42,7 @@ func (b *ecsAPIService) createNFSmountIngress(securityGroups []string, project *
|
||||
}
|
||||
break
|
||||
}
|
||||
name := fmt.Sprintf("%sNFSMount%s", normalizeResourceName(s.Name), n)
|
||||
name := fmt.Sprintf("%sNFSMount%s", normalizeResourceName(s.Name), normalizeResourceName(n))
|
||||
template.Resources[name] = &ec2.SecurityGroupIngress{
|
||||
Description: fmt.Sprintf("Allow NFS mount for %s on %s", s.Name, n),
|
||||
GroupId: target,
|
||||
|
Loading…
x
Reference in New Issue
Block a user