Typo Correction (#5550)

This commit is contained in:
Logan Rakai 2017-12-18 16:37:13 -07:00 committed by Misty Stanley-Jones
parent 104e09b524
commit 1ff98b6467
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ For an example of using the `-f` option at the command line, suppose you are
running the [Compose Rails sample](https://docs.docker.com/compose/rails/), and
have a `docker-compose.yml` file in a directory called `sandbox/rails`. You can
use a command like [docker-compose pull](/compose/reference/pull.md) to get the
postgress image for the `db` service from anywhere by using the `-f` flag as
postgres image for the `db` service from anywhere by using the `-f` flag as
follows: `docker-compose -f ~/sandbox/rails/docker-compose.yml pull db`
Here's the full example: