mirror of https://github.com/docker/compose.git
Rename yml.md to compose-file.md and add an alias for the old url.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
01f44efe0d
commit
fbfbe60246
|
@ -65,4 +65,4 @@ Enjoy working with Compose faster and with less typos!
|
|||
- [Get started with Rails](rails.md)
|
||||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](./reference/index.md)
|
||||
- [Compose file reference](yml.md)
|
||||
- [Compose file reference](compose-file.md)
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
title = "Compose file reference"
|
||||
description = "Compose file reference"
|
||||
keywords = ["fig, composition, compose, docker"]
|
||||
aliases = ["/compose/yml"]
|
||||
[menu.main]
|
||||
parent="smn_compose_ref"
|
||||
+++
|
|
@ -164,4 +164,4 @@ In this section, you set up the database connection for Django.
|
|||
- [Get started with Rails](rails.md)
|
||||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](./reference/index.md)
|
||||
- [Compose file reference](yml.md)
|
||||
- [Compose file reference](compose-file.md)
|
||||
|
|
|
@ -42,4 +42,4 @@ Fully qualified container name, e.g. `DB_1_NAME=/myapp_web_1/myapp_db_1`
|
|||
- [User guide](index.md)
|
||||
- [Installing Compose](install.md)
|
||||
- [Command line reference](./reference/index.md)
|
||||
- [Compose file reference](yml.md)
|
||||
- [Compose file reference](compose-file.md)
|
||||
|
|
|
@ -359,4 +359,4 @@ locally-defined bindings taking precedence:
|
|||
- [Get started with Rails](rails.md)
|
||||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](./reference/index.md)
|
||||
- [Compose file reference](yml.md)
|
||||
- [Compose file reference](compose-file.md)
|
||||
|
|
|
@ -54,7 +54,7 @@ Compose has commands for managing the whole lifecycle of your application:
|
|||
- [Get started with Rails](rails.md)
|
||||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](./reference/index.md)
|
||||
- [Compose file reference](yml.md)
|
||||
- [Compose file reference](compose-file.md)
|
||||
|
||||
## Quick start
|
||||
|
||||
|
@ -196,7 +196,7 @@ At this point, you have seen the basics of how Compose works.
|
|||
- Next, try the quick start guide for [Django](django.md),
|
||||
[Rails](rails.md), or [WordPress](wordpress.md).
|
||||
- See the reference guides for complete details on the [commands](./reference/index.md), the
|
||||
[configuration file](yml.md) and [environment variables](env.md).
|
||||
[configuration file](compose-file.md) and [environment variables](env.md).
|
||||
|
||||
## Release Notes
|
||||
|
||||
|
|
|
@ -130,4 +130,4 @@ To uninstall Docker Compose if you installed using `pip`:
|
|||
- [Get started with Rails](rails.md)
|
||||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](./reference/index.md)
|
||||
- [Compose file reference](yml.md)
|
||||
- [Compose file reference](compose-file.md)
|
||||
|
|
|
@ -90,4 +90,4 @@ guide</a>.
|
|||
- [Get started with Rails](rails.md)
|
||||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](./reference/index.md)
|
||||
- [Compose file reference](yml.md)
|
||||
- [Compose file reference](compose-file.md)
|
||||
|
|
|
@ -129,4 +129,4 @@ That's it. Your app should now be running on port 3000 on your Docker daemon. If
|
|||
- [Get started with Rails](rails.md)
|
||||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](./reference/index.md)
|
||||
- [Compose file reference](yml.md)
|
||||
- [Compose file reference](compose-file.md)
|
||||
|
|
|
@ -81,4 +81,4 @@ it failed. Defaults to 60 seconds.
|
|||
|
||||
- [User guide](../index.md)
|
||||
- [Installing Compose](../install.md)
|
||||
- [Compose file reference](../yml.md)
|
||||
- [Compose file reference](../compose-file.md)
|
||||
|
|
|
@ -99,4 +99,4 @@ database containers. If you're using [Docker Machine](https://docs.docker.com/ma
|
|||
- [Get started with Rails](rails.md)
|
||||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](./reference/index.md)
|
||||
- [Compose file reference](yml.md)
|
||||
- [Compose file reference](compose-file.md)
|
||||
|
|
Loading…
Reference in New Issue