From d5327a91cdc0219c235661f0a1edaf37714f6471 Mon Sep 17 00:00:00 2001 From: Andrew Kramer Date: Mon, 17 Feb 2025 10:11:06 -0500 Subject: [PATCH 1/2] Link to configuration file docs Signed-off-by: Andrew Kramer --- docs/reference/compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/compose.md b/docs/reference/compose.md index d625c253e67..33603cd89de 100644 --- a/docs/reference/compose.md +++ b/docs/reference/compose.md @@ -67,7 +67,7 @@ Define and run multi-container applications with Docker ## Examples ### Use `-f` to specify the name and path of one or more Compose files -Use the `-f` flag to specify the location of a Compose configuration file. +Use the `-f` flag to specify the location of a Compose [configuration file](/reference/compose-file/). #### Specifying multiple Compose files You can supply multiple `-f` configuration files. When you supply multiple files, Compose combines them into a single From 92f3f1137b40599113c8fb84db8e7bbf78b50325 Mon Sep 17 00:00:00 2001 From: Andrew Kramer Date: Thu, 20 Feb 2025 15:11:16 -0500 Subject: [PATCH 2/2] Update yaml docs Signed-off-by: Andrew Kramer --- docs/reference/docker_compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/docker_compose.yaml b/docs/reference/docker_compose.yaml index 1c6fb4970e7..dfbaa14eee9 100644 --- a/docs/reference/docker_compose.yaml +++ b/docs/reference/docker_compose.yaml @@ -229,7 +229,7 @@ options: swarm: false examples: |- ### Use `-f` to specify the name and path of one or more Compose files - Use the `-f` flag to specify the location of a Compose configuration file. + Use the `-f` flag to specify the location of a Compose [configuration file](/reference/compose-file/). #### Specifying multiple Compose files You can supply multiple `-f` configuration files. When you supply multiple files, Compose combines them into a single