Merge pull request #1632 from rosven/documentation_fixes

fix documentation errors
This commit is contained in:
Nicolas De loof 2021-05-04 12:35:27 +02:00 committed by GitHub
commit ebbe86f18d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```