[DOCS] Remove extra "when" (#48926)

This commit is contained in:
Arne Welzel 2019-11-11 10:10:13 +01:00 committed by Christoph Büscher
parent 87862868c6
commit f642baa9fb
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ By default you can access logs with `docker logs`.
To stop the cluster, run `docker-compose down`.
The data in the Docker volumes is preserved and loaded
when when you restart the cluster with `docker-compose up`.
when you restart the cluster with `docker-compose up`.
To **delete the data volumes** when you bring down the cluster,
specify the `-v` option: `docker-compose down -v`.