mirror of https://github.com/docker/compose.git
Fix typos in docs/ecs-compose-features.md
This commit is contained in:
parent
e254c26b88
commit
43ecf005cb
|
@ -104,8 +104,8 @@ by passing configuration attributes prefixed with `awslogs-`.
|
||||||
## Exposing ports
|
## Exposing ports
|
||||||
|
|
||||||
When one or more services expose ports, a Load Balancer is created for the application.
|
When one or more services expose ports, a Load Balancer is created for the application.
|
||||||
As all services are expose through the same Load Balancer, only one service can expose a given port number.
|
As all services are exposed through the same Load Balancer, only one service can expose a given port number.
|
||||||
The source and target ports defined in the Compose file MUST be the same, as service-to-service communication don't go trought the Load Balancer and could not
|
The source and target ports defined in the Compose file MUST be the same, as service-to-service communication don't go through the Load Balancer and could not
|
||||||
benefit from Listeners abstraction to assign a distinct published port.
|
benefit from Listeners abstraction to assign a distinct published port.
|
||||||
|
|
||||||
If services in the Compose file only expose ports 80 or 443, an Application Load Balancer is created, otherwise ECS integration will provision a Network Load Balancer.
|
If services in the Compose file only expose ports 80 or 443, an Application Load Balancer is created, otherwise ECS integration will provision a Network Load Balancer.
|
||||||
|
|
Loading…
Reference in New Issue