mirror of https://github.com/docker/docs.git
Fix typo in networking.md (#18498)
This commit is contained in:
parent
b9dd275375
commit
50b68b6e08
|
|
@ -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)
|
||||
- [Service-level `networks` attribute](compose-file/05-services.md#networks)
|
||||
|
|
|
|||
Loading…
Reference in New Issue