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)