mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user