From 3f4d1ea97edbaf71d759268eef0a09fd44263671 Mon Sep 17 00:00:00 2001 From: lcsdtw <64416184+lcsdtw@users.noreply.github.com> Date: Wed, 2 Dec 2020 16:56:34 -0300 Subject: [PATCH] docker-compose-help: improve help about down (#7411) One could think just using `docker-compose down` already remove volumes Signed-off-by: Dara Keon --- compose/cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/cli/main.py b/compose/cli/main.py index 21399a17b..55b8ccadc 100644 --- a/compose/cli/main.py +++ b/compose/cli/main.py @@ -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