From 1ff98b64670086bc0d6fb09d7c1663262fe70320 Mon Sep 17 00:00:00 2001 From: Logan Rakai Date: Mon, 18 Dec 2017 16:37:13 -0700 Subject: [PATCH] Typo Correction (#5550) --- compose/reference/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/reference/overview.md b/compose/reference/overview.md index af23cbd96c..c1f245e4eb 100644 --- a/compose/reference/overview.md +++ b/compose/reference/overview.md @@ -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: