diff --git a/content/compose/compose-file/06-networks.md b/content/compose/compose-file/06-networks.md index df57fc52be..7a4b99725c 100644 --- a/content/compose/compose-file/06-networks.md +++ b/content/compose/compose-file/06-networks.md @@ -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 diff --git a/content/compose/compose-file/10-fragments.md b/content/compose/compose-file/10-fragments.md index c2c5ced00d..112428863e 100644 --- a/content/compose/compose-file/10-fragments.md +++ b/content/compose/compose-file/10-fragments.md @@ -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