Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit ebbe86f

Browse files
authored
Merge pull request #1632 from rosven/documentation_fixes
fix documentation errors
2 parents 2c79e63 + f92c1eb commit ebbe86f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/ecs-compose-examples.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ services:
9292
foo:
9393
image: nginx
9494
deploy:
95-
x-aws-autoscaling: 75
95+
x-aws-autoscaling:
96+
cpu: 75
9697
```
9798
9899

docs/ecs-compose-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,6 @@ services:
176176
deploy:
177177
resources:
178178
limits:
179-
cpu: 0.5
179+
cpu: '0.5'
180180
memory: 2Gb
181181
```

0 commit comments

Comments
 (0)