mirror of https://github.com/docker/docs.git
Merge pull request #17179 from joshuakcockrell/josh/fix-ecs-scaling-typo
Fix typo in AWS CloudFormation ECS memory scaling
This commit is contained in:
commit
56c25623c1
|
@ -401,7 +401,7 @@ services:
|
|||
min: 1
|
||||
max: 10 #required
|
||||
cpu: 75
|
||||
# mem: - mutualy exlusive with cpu
|
||||
# memory: - mutualy exlusive with cpu
|
||||
```
|
||||
|
||||
## IAM roles
|
||||
|
|
Loading…
Reference in New Issue