mirror of
https://github.com/docker/compose.git
synced 2025-07-22 05:04:27 +02:00
Merge pull request #1632 from rosven/documentation_fixes
fix documentation errors
This commit is contained in:
commit
ebbe86f18d
@ -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…
x
Reference in New Issue
Block a user