Update 11_service_stacks.md (#2483)

This commit is contained in:
Wang Jie 2017-03-29 07:39:50 +08:00 committed by John Mulhausen
parent 103d0a5efb
commit aad3489c4b
1 changed files with 2 additions and 2 deletions

View File

@ -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).