mirror of https://github.com/docker/docs.git
parent
28d97648cc
commit
07fdd239c7
|
@ -267,7 +267,7 @@ common configuration:
|
|||
## Adding and overriding configuration
|
||||
|
||||
Compose copies configurations from the original service over to the local one.
|
||||
If a configuration option is defined in both the original service the local
|
||||
If a configuration option is defined in both the original service and the local
|
||||
service, the local value *replaces* or *extends* the original value.
|
||||
|
||||
For single-value options like `image`, `command` or `mem_limit`, the new value
|
||||
|
@ -343,4 +343,4 @@ In the case of `environment`, `labels`, `volumes` and `devices`, Compose
|
|||
- [Get started with Rails](rails.md)
|
||||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](./reference/index.md)
|
||||
- [Compose file reference](compose-file.md)
|
||||
- [Compose file reference](compose-file.md)
|
||||
|
|
Loading…
Reference in New Issue