mirror of https://github.com/docker/compose.git
rename LB field in the compose file
Signed-off-by: aiordache <anca.iordache@docker.com> Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
02cc644c5a
commit
7337c7520f
|
@ -4,5 +4,5 @@ const (
|
|||
ExtensionSecurityGroup = "x-aws-securitygroup"
|
||||
ExtensionVPC = "x-aws-vpc"
|
||||
ExtensionPullCredentials = "x-aws-pull_credentials"
|
||||
ExtensionLB = "x-aws-lb"
|
||||
ExtensionLB = "x-aws-loadbalancer"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue