Explorar o código

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

Arne Welzel %!s(int64=6) %!d(string=hai) anos
pai
achega
552cc2ea59
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/reference/setup/install/docker.asciidoc

+ 1 - 1
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`. 
 To stop the cluster, run `docker-compose down`. 
 The data in the Docker volumes is preserved and loaded 
 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, 
 To **delete the data volumes** when you bring down the cluster, 
 specify the `-v` option: `docker-compose down -v`.
 specify the `-v` option: `docker-compose down -v`.