]> granicus.if.org Git - ejabberd/commitdiff
Add data clean up suggested command
authorMickaël Rémond <mremond@process-one.net>
Fri, 24 May 2019 08:31:51 +0000 (10:31 +0200)
committerGitHub <noreply@github.com>
Fri, 24 May 2019 08:31:51 +0000 (10:31 +0200)
test/docker/README.md

index 01bdeb8327045bed270e7ec43a20c8845d53e4f3..a3bd4ecc75a0ffbfd4cd8f759b64b111393c93c1 100644 (file)
@@ -20,7 +20,9 @@ You can fully clean up the environment with:
 (cd test/docker; docker-compose down)
 ```
 
-## TODO
-
-- Document how to fully clean the test data.
+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