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

Commit f92c1eb

Browse files
committed
fix documentation errors
Signed-off-by: Robin Svensson <[email protected]>
1 parent 6a0269f commit f92c1eb

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)