Skip to content

Commit 1ff98b6

Browse files
lrakaiMisty Stanley-Jones
authored andcommitted
Typo Correction (docker#5550)
1 parent 104e09b commit 1ff98b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose/reference/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ For an example of using the `-f` option at the command line, suppose you are
135135
running the [Compose Rails sample](https://docs.docker.com/compose/rails/), and
136136
have a `docker-compose.yml` file in a directory called `sandbox/rails`. You can
137137
use a command like [docker-compose pull](/compose/reference/pull.md) to get the
138-
postgress image for the `db` service from anywhere by using the `-f` flag as
138+
postgres image for the `db` service from anywhere by using the `-f` flag as
139139
follows: `docker-compose -f ~/sandbox/rails/docker-compose.yml pull db`
140140

141141
Here's the full example:

0 commit comments

Comments
 (0)