Fix: duplicate paragraph depends_on (#8539)

* Fix: duplicate paragraph `depends_on`

Amend duplicate paragraph `depends_on` in Compose file reference doc.

* Fix: add missing blank line
This commit is contained in:
romang
2019-05-03 21:57:56 +02:00
committed by Maria Bermudez
parent 81c15665ef
commit d0675597be

View File

@@ -569,6 +569,9 @@ behaviors:
- `docker-compose up SERVICE` automatically includes `SERVICE`'s
dependencies. In the following example, `docker-compose up web` also
creates and starts `db` and `redis`.
- `docker-compose stop` stops services in dependency order. In the following
example, `web` is stopped before `db` and `redis`.
Simple example: