Skip to content

Commit e49836b

Browse files
committed
Merge pull request laradock#48 from appleboy/patch-1
Replace docker-compose rm with down command.
2 parents 03c991c + 84f7663 commit e49836b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ docker-compose stop {container-name}
249249
<a name="Delete-all-existing-Containers"></a>
250250
#### Delete all existing Containers
251251
```bash
252-
docker-compose rm -f
252+
docker-compose down
253253
```
254254

255255
*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 `
551551
## License
552552

553553
[MIT License (MIT)](https://github.com/laradock/laradock/blob/master/LICENSE)
554-
[]([]())
554+
[]([]())

0 commit comments

Comments
 (0)