Skip to content

Commit

Permalink
Merge pull request #2766 from hdhalter/patch-3
Browse files Browse the repository at this point in the history
Update opensearch-docker.markdown
  • Loading branch information
nateynateynate authored Apr 17, 2024
2 parents cf98020 + 0336786 commit 2de1a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/downloads/opensearch-docker.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The best way to try out OpenSearch is to use [Docker Compose](https://docs.docke
- **Linux**: Ensure `vm.max_map_count` is set to at least 262144 as per the [documentation](/docs/opensearch/install/important-settings/).
2. Download [docker-compose.yml](/samples/docker-compose.yml) into your desired directory
- **Note for OpenSearch 2.12 or later:**
When setting up the security demo configuration, set the initial admin password using the `OPENSEARCH_INITIAL_ADMIN_PASSWORD` environment variable. For more information, see [Setting up a demo configuration](https://opensearch.org/docs/latest/security/configuration/demo-configuration/).
Fresh installs of 2.12 or later require that you define an admin password --- using the `OPENSEARCH_INITIAL_ADMIN_PASSWORD` environment variable --- when configuring the security demo. For more information, see [Setting up a demo configuration](https://opensearch.org/docs/latest/security/configuration/demo-configuration/).
3. Run `docker-compose up`
4. Have a nice coffee while everything is downloading and starting up
5. Navigate to [http://localhost:5601/](http://localhost:5601) for OpenSearch Dashboards
Expand Down

0 comments on commit 2de1a30

Please sign in to comment.