Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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