Merge pull request #12011 from JYBian/patch-3

Update 08_using_compose.md
This commit is contained in:
Sebastiaan van Stijn 2021-01-05 12:56:11 +01:00 committed by GitHub
commit c22eff4998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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