Skip to content

Commit

Permalink
Update docker compose (#1194) (#1217)
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]>
(cherry picked from commit 3338fba)

Co-authored-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
1 parent 709d121 commit 837fba6
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 @@ -128,7 +128,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 837fba6

Please sign in to comment.