mirror of https://github.com/docker/docs.git
Merge pull request #19720 from IlyaLisov/patch-1
Remove unnecessary empty lines
This commit is contained in:
commit
140a4aa509
|
@ -117,7 +117,6 @@ queries the platform for an existing network simply called `outside` and connect
|
||||||
`proxy` service's containers to it.
|
`proxy` service's containers to it.
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
|
|
||||||
services:
|
services:
|
||||||
proxy:
|
proxy:
|
||||||
image: example/proxy
|
image: example/proxy
|
||||||
|
|
|
@ -48,7 +48,6 @@ In the following example, `metrics` volume specification uses alias
|
||||||
to avoid repetition but overrides `name` attribute:
|
to avoid repetition but overrides `name` attribute:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
|
|
||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
image: example/database
|
image: example/database
|
||||||
|
|
Loading…
Reference in New Issue