mirror of https://github.com/docker/docs.git
Update overview.md (#2805)
It should say 'predecessors', not 'successors'. Otherwise the sentence and the subsequent example don't make sense.
This commit is contained in:
parent
071f4ba487
commit
fabedfbc8b
|
@ -73,7 +73,7 @@ Use the `-f` flag to specify the location of a Compose configuration file. You
|
|||
can supply multiple `-f` configuration files. When you supply multiple files,
|
||||
Compose combines them into a single configuration. Compose builds the
|
||||
configuration in the order you supply the files. Subsequent files override and
|
||||
add to their successors.
|
||||
add to their predecessors.
|
||||
|
||||
For example, consider this command line:
|
||||
|
||||
|
|
Loading…
Reference in New Issue