mirror of https://github.com/docker/docs.git
Merge pull request #17802 from collinstevens/patch-1
remove /compose/extends
This commit is contained in:
commit
26007544ff
|
@ -1862,8 +1862,6 @@ manuals:
|
|||
title: Include
|
||||
- path: /compose/gpu-support/
|
||||
title: GPU support in Compose
|
||||
- path: /compose/extends/
|
||||
title: Extend services in Compose
|
||||
- path: /compose/networking/
|
||||
title: Networking in Compose
|
||||
- path: /compose/file-watch/
|
||||
|
@ -2247,4 +2245,4 @@ faq:
|
|||
title: Manage users
|
||||
- path: /subscription/faq/
|
||||
title: Subscription
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
description: How to use Docker Compose's extends keyword to share configuration between files and projects
|
||||
keywords: fig, composition, compose, docker, orchestration, documentation, docs
|
||||
title: Extend your Compose file
|
||||
redirect:
|
||||
redirect_from:
|
||||
- /compose/extends/
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue