mirror of https://github.com/docker/compose.git
Merge pull request #1357 from sbellem/patch-1
Fix typos in docs/ecs-compose-features.md
This commit is contained in:
commit
6f31d8e75e
|
@ -104,8 +104,8 @@ by passing configuration attributes prefixed with `awslogs-`.
|
|||
## Exposing ports
|
||||
|
||||
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.
|
||||
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
|
||||
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 through the Load Balancer and could not
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue