Merge pull request #17802 from collinstevens/patch-1

remove /compose/extends
This commit is contained in:
Sebastiaan van Stijn 2023-07-21 21:23:54 +02:00 committed by GitHub
commit 26007544ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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/
---