Explorar el Código

[DOCS] Moving Docker YAML and .env to a separate directory (#83864)

Adam Locke hace 3 años
padre
commit
6f8db84885

+ 3 - 3
docs/reference/setup/install/docker.asciidoc

@@ -249,7 +249,7 @@ Settings (Windows).
 
 Create the following configuration files in a new, empty directory. These files
 are also available from the
-https://github.com/elastic/elasticsearch/tree/master/docs/reference/setup/install[elasticsearch]
+https://github.com/elastic/elasticsearch/tree/master/docs/reference/setup/install/docker[elasticsearch]
 repository on GitHub.
 
 --
@@ -276,7 +276,7 @@ referenced by the `docker-compose.yml` file.
 
 ["source","txt",subs="attributes"]
 ----
-include::.env[]
+include::docker/.env[]
 ----
 
 [discrete]
@@ -297,7 +297,7 @@ then only be accessible from the host machine itself.
 
 [source,yaml,subs="attributes"]
 ----
-include::docker-compose.yml[]
+include::docker/docker-compose.yml[]
 ----
 
 endif::[]

+ 0 - 0
docs/reference/setup/install/.env → docs/reference/setup/install/docker/.env


+ 0 - 0
docs/reference/setup/install/docker-compose.yml → docs/reference/setup/install/docker/docker-compose.yml