mirror of https://github.com/docker/docs.git
Note extending individual services only works up to version 2.1
Adds a note that the `extends` field only works up to version 2.1 at the header of the page.
This commit is contained in:
parent
9369bcabc1
commit
8994637b41
|
@ -8,7 +8,7 @@ Compose supports two methods of sharing common configuration:
|
|||
|
||||
1. Extending an entire Compose file by
|
||||
[using multiple Compose files](extends.md#multiple-compose-files)
|
||||
2. Extending individual services with [the `extends` field](extends.md#extending-services)
|
||||
2. Extending individual services with [the `extends` field](extends.md#extending-services) (for Compose file versions up to 2.1)
|
||||
|
||||
|
||||
## Multiple Compose files
|
||||
|
|
Loading…
Reference in New Issue