From 213d9166dc07e0c2b85406b88ca672892bfb20bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20B=C3=A1m=C3=ADk=C3=ADy=C3=A1?= Date: Fri, 11 Feb 2022 14:38:04 +0100 Subject: [PATCH 1/2] Fix typo in reference/compose_up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dan Bámíkíyá --- docs/reference/compose_up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/compose_up.md b/docs/reference/compose_up.md index 75ffe09bdd..f165273565 100644 --- a/docs/reference/compose_up.md +++ b/docs/reference/compose_up.md @@ -5,7 +5,7 @@ Builds, (re)creates, starts, and attaches to containers for a service. Unless they are already running, this command also starts any linked services. -The `docker compose up` command aggregates the output of each container (liked `docker compose logs --follow` does). +The `docker compose up` command aggregates the output of each container (like `docker compose logs --follow` does). When the command exits, all containers are stopped. Running `docker compose up --detach` starts the containers in the background and leaves them running. From 336b825fdd35c73cb167233452bac1ff6c13fd96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20B=C3=A1m=C3=ADk=C3=ADy=C3=A1?= Date: Fri, 11 Feb 2022 14:53:41 +0100 Subject: [PATCH 2/2] Fix the typo in the corresponding Yaml file also MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dan Bámíkíyá --- docs/reference/docker_compose_up.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/docker_compose_up.yaml b/docs/reference/docker_compose_up.yaml index 69979e8dc9..f4f82a656b 100644 --- a/docs/reference/docker_compose_up.yaml +++ b/docs/reference/docker_compose_up.yaml @@ -5,7 +5,7 @@ long: |- Unless they are already running, this command also starts any linked services. - The `docker compose up` command aggregates the output of each container (liked `docker compose logs --follow` does). + The `docker compose up` command aggregates the output of each container (like `docker compose logs --follow` does). When the command exits, all containers are stopped. Running `docker compose up --detach` starts the containers in the background and leaves them running.