From 50b68b6e0801deee62efd4720cc6e5713cba72d9 Mon Sep 17 00:00:00 2001 From: Vlad GURDIGA Date: Tue, 24 Oct 2023 10:39:50 +0300 Subject: [PATCH] Fix typo in networking.md (#18498) --- content/compose/networking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/compose/networking.md b/content/compose/networking.md index 6262ca0e13..0349a81582 100644 --- a/content/compose/networking.md +++ b/content/compose/networking.md @@ -16,7 +16,7 @@ identical to the container name. > > Your app's network is given a name based on the "project name", > which is based on the name of the directory it lives in. You can override the -> project name with either the [`--project-name` flag](reference/index.md){ +> project name with either the [`--project-name` flag](reference/index.md) > or the [`COMPOSE_PROJECT_NAME` environment variable](environment-variables/envvars.md#compose_project_name). For example, suppose your app is in a directory called `myapp`, and your `compose.yml` looks like this: @@ -182,4 +182,4 @@ Instead of attempting to create a network called `[projectname]_default`, Compos For full details of the network configuration options available, see the following references: - [Top-level `networks` element](compose-file/06-networks.md) -- [Service-level `networks` attribute](compose-file/05-services.md#networks) \ No newline at end of file +- [Service-level `networks` attribute](compose-file/05-services.md#networks)