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",
|
> 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
|
> 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).
|
> 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:
|
For example, suppose your app is in a directory called `myapp`, and your `compose.yml` looks like this:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue