Skip to content

Commit

Permalink
Update docker compose (#1194)
Browse files Browse the repository at this point in the history
* Update `docker-compose.yml`.

Signed-off-by: Yury-Fridlyand <[email protected]>

* Type fix.

Signed-off-by: Yury-Fridlyand <[email protected]>

Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand authored and Naarcha-AWS committed Oct 6, 2022
1 parent b18f2fe commit 5bfa75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _opensearch/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ services:
- cluster.name=opensearch-cluster
- node.name=opensearch-node2
- discovery.seed_hosts=opensearch-node1,opensearch-node2
- cluster.initial_master_nodes=opensearch-node1,opensearch-node2
- cluster.initial_cluster_manager_nodes=opensearch-node1,opensearch-node2
- bootstrap.memory_lock=true
- "OPENSEARCH_JAVA_OPTS=-Xms512m -Xmx512m"
ulimits:
Expand Down

0 comments on commit 5bfa75e

Please sign in to comment.