From 8dc683bb213c2b44bad7cf91d9bba5b07cc839af Mon Sep 17 00:00:00 2001 From: Junyu Bian <49110048+JYBian@users.noreply.github.com> Date: Tue, 29 Dec 2020 19:46:52 +0800 Subject: [PATCH] Update 08_using_compose.md make the warning formatting clearer --- get-started/08_using_compose.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/get-started/08_using_compose.md b/get-started/08_using_compose.md index 4bce8639a0..aad0893ce4 100644 --- a/get-started/08_using_compose.md +++ b/get-started/08_using_compose.md @@ -345,7 +345,9 @@ When you're ready to tear it all down, simply run `docker-compose down` or hit t for the entire app. The containers will stop and the network will be removed. >**Warning** +> >Removing Volumes +> >By default, named volumes in your compose file are NOT removed when running `docker-compose down`. If you want to >remove the volumes, you will need to add the `--volumes` flag. >