fix documentation errors

Signed-off-by: Robin Svensson <euleriancycle@gmail.com>
This commit is contained in:
Robin Svensson 2021-05-04 10:29:37 +02:00
parent 6a0269f7b9
commit f92c1ebb3e
2 changed files with 3 additions and 2 deletions

View File

@ -92,7 +92,8 @@ services:
foo:
image: nginx
deploy:
x-aws-autoscaling: 75
x-aws-autoscaling:
cpu: 75
```

View File

@ -176,6 +176,6 @@ services:
deploy:
resources:
limits:
cpu: 0.5
cpu: '0.5'
memory: 2Gb
```