1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

Clarify line about services

This commit is contained in:
Ben Firshman 2014-01-27 19:38:30 +00:00
parent 274728e5fb
commit 837593e1ab

@ -13,7 +13,7 @@ Define your app's environment with Docker so it can be reproduced anywhere:
WORKDIR /code
CMD python app.py
Define your app's services so they can be run alongside in an isolated environment:
Define the services that make up your app so they can be run together in an isolated environment:
```yaml
web: