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.
|
||||
|
||||
```yml
|
||||
|
||||
services:
|
||||
proxy:
|
||||
image: example/proxy
|
||||
|
|
|
@ -48,7 +48,6 @@ In the following example, `metrics` volume specification uses alias
|
|||
to avoid repetition but overrides `name` attribute:
|
||||
|
||||
```yml
|
||||
|
||||
services:
|
||||
backend:
|
||||
image: example/database
|
||||
|
|
Loading…
Reference in New Issue