Skip to content

Commit

Permalink
Indicate extends can be used again (#13695)
Browse files Browse the repository at this point in the history
* Indicate extends can be used again

docker/compose#7588

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
  • Loading branch information
bkmgit and usha-mandya committed Nov 26, 2021
1 parent e29f671 commit 1e94267
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose/extends.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ $ docker-compose -f docker-compose.yml -f docker-compose.admin.yml \
> of keys added and removed, along with information on [how to upgrade](compose-file/compose-versioning.md#upgrading).
> See [moby/moby#31101](https://github.com/moby/moby/issues/31101) to follow the
> discussion thread on the possibility of adding support for `extends` in some form in
> future versions.
> future versions. The `extends` keyword has been included in docker-compose versions 1.27
> and higher.
Docker Compose's `extends` keyword enables the sharing of common configurations
among different files, or even different projects entirely. Extending services
Expand Down

0 comments on commit 1e94267

Please sign in to comment.