mirror of https://github.com/docker/docs.git
Remove unnecessary empty lines
This commit is contained in:
parent
31a691964a
commit
86e1a99efd
|
@ -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