summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/docker/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/docker/README.md b/test/docker/README.md
index a3bd4ecc..5caccdcd 100644
--- a/test/docker/README.md
+++ b/test/docker/README.md
@@ -23,6 +23,7 @@ You can fully clean up the environment with:
If you want to clean the data, you can remove the data directories after the `docker-compose down` command:
```
-mkdir test/docker/db/mysql/data
-mkdir test/docker/db/postgres/data
-mkdir test/docker/db/riak/data
+rm -rf test/docker/db/mysql/data
+rm -rf test/docker/db/postgres/data
+rm -rf test/docker/db/riak/data
+```