mirror of https://github.com/docker/docs.git
parent
28d97648cc
commit
07fdd239c7
|
|
@ -267,7 +267,7 @@ common configuration:
|
||||||
## Adding and overriding configuration
|
## Adding and overriding configuration
|
||||||
|
|
||||||
Compose copies configurations from the original service over to the local one.
|
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.
|
service, the local value *replaces* or *extends* the original value.
|
||||||
|
|
||||||
For single-value options like `image`, `command` or `mem_limit`, the new value
|
For single-value options like `image`, `command` or `mem_limit`, the new value
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue