Use Compose stop instead of down

This commit is contained in:
Marcus Geißler 2018-03-05 09:49:49 +01:00 committed by GitHub
parent 67f6404740
commit 11c1b1c65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: