docker-compose-help: improve help about down (#7411)

One could think just using `docker-compose down` already remove volumes

Signed-off-by: Dara Keon <lc.sales.duarte@gmail.com>
This commit is contained in:
lcsdtw 2020-12-02 16:56:34 -03:00 committed by GitHub
parent 7b5be97c45
commit 3f4d1ea97e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ class TopLevelCommand:
build Build or rebuild services
config Validate and view the Compose file
create Create services
down Stop and remove containers, networks, images, and volumes
down Stop and remove resources
events Receive real time events from containers
exec Execute a command in a running container
help Get help on a command