diff --git a/docs/reference/setup/install/docker.asciidoc b/docs/reference/setup/install/docker.asciidoc index 8cb0c441d20..fb28fbb988f 100644 --- a/docs/reference/setup/install/docker.asciidoc +++ b/docs/reference/setup/install/docker.asciidoc @@ -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`.