From aad3489c4b5d3aa45444eef97d7e1ac425b48594 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Wed, 29 Mar 2017 07:39:50 +0800 Subject: [PATCH] Update 11_service_stacks.md (#2483) --- docker-cloud/getting-started/deploy-app/11_service_stacks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-cloud/getting-started/deploy-app/11_service_stacks.md b/docker-cloud/getting-started/deploy-app/11_service_stacks.md index acafddda57..9add7615be 100644 --- a/docker-cloud/getting-started/deploy-app/11_service_stacks.md +++ b/docker-cloud/getting-started/deploy-app/11_service_stacks.md @@ -19,7 +19,7 @@ using the [stack commands in our API](/apidocs/docker-cloud.md#stacks). ## Service definitions in the stack file The services that you created in this tutorial form a stack with three services: -the load-balancer, the web application and the redis cache. +the load-balancer, the web application, and the redis cache. Look at the file called `docker-cloud.yml` in your quickstart to see the stack file that defines the three services (lb, web, redis) you created in the @@ -79,4 +79,4 @@ $ docker-cloud up -f /usr/dockercloud/quickstart-python/docker-cloud.yml ## What's Next? -Next, we'll do some [Data management with Volumes](12_data_management_with_volumes.md) +Next, we'll do some [Data management with Volumes](12_data_management_with_volumes.md).