mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Fix example on test data set deletion
This commit is contained in:
parent
478f69317b
commit
a351dfe0f8
@ -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…
Reference in New Issue
Block a user