From 71ace184ba35f97123e0c48ab2fcf5c42361c532 Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Wed, 19 Nov 2025 09:22:49 +0100 Subject: [PATCH] Update links to .env and docker-compose.yml files I'm not sure if this is the solution (because these files haven't been updated in a minute), but it fixes the `404`s at least --- .../self-managed/install-elasticsearch-docker-compose.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy-manage/deploy/self-managed/install-elasticsearch-docker-compose.md b/deploy-manage/deploy/self-managed/install-elasticsearch-docker-compose.md index 1864d9c948..515d055118 100644 --- a/deploy-manage/deploy/self-managed/install-elasticsearch-docker-compose.md +++ b/deploy-manage/deploy/self-managed/install-elasticsearch-docker-compose.md @@ -23,8 +23,8 @@ Use Docker Compose to start a three-node {{es}} cluster with {{kib}}. Docker Com 2. Create or navigate to an empty directory for the project. 3. Download and save the following files in the project directory: - * [`.env`](https://github.com/elastic/elasticsearch/blob/master/docs/reference/setup/install/docker/.env) - * [`docker-compose.yml`](https://github.com/elastic/elasticsearch/blob/master/docs/reference/setup/install/docker/docker-compose.yml) + * [`.env`](https://github.com/elastic/elasticsearch/blob/main/docs/reference/setup/install/docker/.env) + * [`docker-compose.yml`](https://github.com/elastic/elasticsearch/blob/main/docs/reference/setup/install/docker/docker-compose.yml) 4. In the `.env` file, specify a password for the `ELASTIC_PASSWORD` and `KIBANA_PASSWORD` variables. @@ -104,4 +104,4 @@ docker-compose down -v ## Next steps [_next_steps_6] -You now have a test {{es}} environment set up. Before you start serious development or go into production with {{es}}, review the [requirements and recommendations](/deploy-manage/deploy/self-managed/install-elasticsearch-docker-prod.md) to apply when running {{es}} in Docker in production. \ No newline at end of file +You now have a test {{es}} environment set up. Before you start serious development or go into production with {{es}}, review the [requirements and recommendations](/deploy-manage/deploy/self-managed/install-elasticsearch-docker-prod.md) to apply when running {{es}} in Docker in production.