mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Fix example on test data set deletion
This commit is contained in:
parent
478f69317b
commit
a351dfe0f8
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue