mirror of https://github.com/docker/docs.git
Use Compose stop instead of down
This commit is contained in:
parent
67f6404740
commit
11c1b1c65f
|
@ -839,7 +839,7 @@ behaviors:
|
|||
dependencies. In the following example, `docker-compose up web` also
|
||||
creates and starts `db` and `redis`.
|
||||
|
||||
- `docker-compose down` stops services in dependency order. In the following
|
||||
- `docker-compose stop` stops services in dependency order. In the following
|
||||
example, `web` is stopped before `db` and `redis`.
|
||||
|
||||
Simple example:
|
||||
|
|
Loading…
Reference in New Issue