Merge pull request #2814 from nubs/patch-1

Fix example formatting for depends_on.
This commit is contained in:
Aanand Prasad 2016-02-04 15:56:27 +00:00
commit 386974f831
1 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,8 @@ Express dependency between services, which has two effects:
dependencies. In the following example, `docker-compose up web` will also
create and start `db` and `redis`.
Simple example:
version: 2
services:
web: