Replace docker-compose rm with down command.

This commit is contained in:
Bo-Yi Wu 2016-05-17 10:50:51 +08:00
parent 03c991c89d
commit 84f766363d

View File

@ -249,7 +249,7 @@ docker-compose stop {container-name}
<a name="Delete-all-existing-Containers"></a>
#### 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)
[]([]())
[]([]())