Fix example on test data set deletion

This commit is contained in:
Mickaël Rémond 2019-07-18 17:05:50 +02:00 committed by GitHub
parent 478f69317b
commit a351dfe0f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -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
```