From 46a8b196f68635da2c4d2e8d5270b4ebad43f871 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Tue, 25 Aug 2020 18:58:04 +0100 Subject: [PATCH] Remove extra space in the compose command --- engine/context/ecs-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/context/ecs-integration.md b/engine/context/ecs-integration.md index 808b72dc9e..3f4e26a1a7 100644 --- a/engine/context/ecs-integration.md +++ b/engine/context/ecs-integration.md @@ -41,7 +41,7 @@ To deploy Docker containers on ECS, you must meet the following requirements: Docker not only runs multi-container applications locally, but also enables developers to seamlessly deploy Docker containers on Amazon ECS using a -Compose file with the `docker compose up` command. The following sections +Compose file with the `docker compose up` command. The following sections contain instructions on how to deploy your Compose application on Amazon ECS. ### Create AWS context