From 84f766363d7b37a56202494b05b8cdfb777bde48 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 17 May 2016 10:50:51 +0800 Subject: [PATCH] Replace docker-compose rm with down command. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8c4e620..af7c9f04 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ docker-compose stop {container-name} #### Delete all existing Containers ```bash -docker-compose rm -f +docker-compose down ``` *Note: Careful with this command as it will delete your Data Volume Container as well. (if you want to keep your Database data than you should stop each container by itself as follow):* @@ -551,4 +551,4 @@ If you have any question, send me a direct message on LaraChat, my username is ` ## License [MIT License (MIT)](https://github.com/laradock/laradock/blob/master/LICENSE) -[]([]()) \ No newline at end of file +[]([]())