Skip to content

Commit

Permalink
[DOCS] Moving Docker YAML and .env to a separate directory (elastic#8…
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Locke authored Feb 11, 2022
1 parent d712ff5 commit bee3d10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/setup/install/docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

--
Expand All @@ -276,7 +276,7 @@ referenced by the `docker-compose.yml` file.

["source","txt",subs="attributes"]
----
include::.env[]
include::docker/.env[]
----

[discrete]
Expand All @@ -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::[]
Expand Down
File renamed without changes.

0 comments on commit bee3d10

Please sign in to comment.