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
|
min: 1
|
||||||
max: 10 #required
|
max: 10 #required
|
||||||
cpu: 75
|
cpu: 75
|
||||||
# mem: - mutualy exlusive with cpu
|
# memory: - mutualy exlusive with cpu
|
||||||
```
|
```
|
||||||
|
|
||||||
## IAM roles
|
## IAM roles
|
||||||
|
|
Loading…
Reference in New Issue