Skip to content

Commit a97fb8d

Browse files
authored
Merge pull request opensearch-project#3655 from kolchfa-aws/docker-compose-update
Update docker compose command in downloads
2 parents 6f6ad7c + a00e37a commit a97fb8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/downloads/opensearch-docker-1.x.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The best way to try out OpenSearch is to use [Docker Compose](https://docs.docke
44
- **macOS & Windows**: In Docker _Preferences_ > _Resources_, set RAM to at least 4 GB.
55
- **Linux**: Ensure `vm.max_map_count` is set to at least 262144 as per the [documentation](/docs/opensearch/install/important-settings/).
66
2. Download [docker-compose.yml](/samples/1.x/docker-compose.yml) into your desired directory
7-
3. Run `docker-compose up`
7+
3. Run `docker compose up`
88
4. Have a nice coffee while everything is downloading and starting up
99
5. Navigate to [http://localhost:5601/](http://localhost:5601) for OpenSearch Dashboards
1010
6. Login with the default username (`admin`) and password (`admin`)

_includes/downloads/opensearch-docker.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The best way to try out OpenSearch is to use [Docker Compose](https://docs.docke
66
2. Download [docker-compose.yml](/samples/docker-compose.yml) into your desired directory
77
- **Note for OpenSearch 2.12 or later:**
88
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/).
9-
3. Run `docker-compose up`
9+
3. Run `docker compose up`
1010
4. Have a nice coffee while everything is downloading and starting up
1111
5. Navigate to [http://localhost:5601/](http://localhost:5601) for OpenSearch Dashboards
1212
6. Login with the default username (`admin`) and password (`<custom-admin-password>`)

0 commit comments

Comments
 (0)