mirror of https://github.com/docker/docs.git
Make minor grammar corrections (#9471)
This commit is contained in:
parent
c9c22c1b39
commit
3512d96117
|
@ -30,7 +30,7 @@ you give it a try!
|
|||
|
||||
### Overall doc improvements
|
||||
|
||||
Most commits will be made against the `master` branch. This include:
|
||||
Most commits will be made against the `master` branch. This includes:
|
||||
|
||||
- Conceptual and task-based information not specific to new features
|
||||
- Restructuring / rewriting
|
||||
|
|
|
@ -129,10 +129,10 @@ in addition to the values in the `docker-compose.yml` file.
|
|||
|
||||
### Specifying a path to a single Compose file
|
||||
|
||||
You can use `-f` flag to specify a path to Compose file that is not located in
|
||||
the current directory, either from the command line or by setting up a
|
||||
[COMPOSE_FILE environment variable](envvars.md#compose_file) in your shell or in
|
||||
an environment file.
|
||||
You can use the `-f` flag to specify a path to a Compose file that is not
|
||||
located in the current directory, either from the command line or by setting up
|
||||
a [COMPOSE_FILE environment variable](envvars.md#compose_file) in your shell or
|
||||
in an environment file.
|
||||
|
||||
For an example of using the `-f` option at the command line, suppose you are
|
||||
running the [Compose Rails sample](/compose/rails/), and
|
||||
|
|
Loading…
Reference in New Issue