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]>
(cherry picked from commit 3338fba)
  • Loading branch information
Yury-Fridlyand authored and github-actions[bot] committed Sep 14, 2022
1 parent 5c912f0 commit 15cde96
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 15cde96

Please sign in to comment.