mirror of https://github.com/docker/compose.git
fix documentation errors
Signed-off-by: Robin Svensson <euleriancycle@gmail.com>
This commit is contained in:
parent
6a0269f7b9
commit
f92c1ebb3e
|
@ -92,7 +92,8 @@ services:
|
||||||
foo:
|
foo:
|
||||||
image: nginx
|
image: nginx
|
||||||
deploy:
|
deploy:
|
||||||
x-aws-autoscaling: 75
|
x-aws-autoscaling:
|
||||||
|
cpu: 75
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -176,6 +176,6 @@ services:
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 0.5
|
cpu: '0.5'
|
||||||
memory: 2Gb
|
memory: 2Gb
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue