Skip to content

Commit

Permalink
Remove obsolete compose version specifier (#8606) (#9230)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored Feb 17, 2025
1 parent 29c727e commit 7e8c264
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _install-and-configure/install-opensearch/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ Starting with OpenSearch 2.12, a custom admin password is required to set up a d
### Sample docker-compose.yml

```yml
version: '3'
services:
opensearch-node1: # This is also the hostname of the container within the Docker network (i.e. https://opensearch-node1/)
image: opensearchproject/opensearch:latest # Specifying the latest available image - modify if you want a specific version
Expand Down Expand Up @@ -332,7 +331,6 @@ services:

If you want to build your own compose file from an example, review the following sample `docker-compose.yml` file. This sample file creates two OpenSearch nodes and one OpenSearch Dashboards node with the Security plugin disabled. You can use this sample file as a starting point while reviewing [Configuring basic security settings](#configuring-basic-security-settings).
```yml
version: '3'
services:
opensearch-node1:
image: opensearchproject/opensearch:latest
Expand Down

0 comments on commit 7e8c264

Please sign in to comment.