зеркало из https://github.com/docker/compose-cli.git
fix documentation errors
Signed-off-by: Robin Svensson <euleriancycle@gmail.com>
This commit is contained in:
Родитель
6a0269f7b9
Коммит
f92c1ebb3e
|
@ -92,7 +92,8 @@ services:
|
|||
foo:
|
||||
image: nginx
|
||||
deploy:
|
||||
x-aws-autoscaling: 75
|
||||
x-aws-autoscaling:
|
||||
cpu: 75
|
||||
```
|
||||
|
||||
|
||||
|
|
|
@ -176,6 +176,6 @@ services:
|
|||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 0.5
|
||||
cpu: '0.5'
|
||||
memory: 2Gb
|
||||
```
|
||||
|
|
Загрузка…
Ссылка в новой задаче