Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
allenyin96 committed Jun 23, 2019
1 parent b7ed962 commit c05e351
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion elasticsearch/docker/docker-compose.cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
elasticsearch1:
environment:
- node.name=elasticsearch1
- discovery.seed_hosts=elasticsearch2,el
- discovery.seed_hosts=elasticsearch2
- cluster.initial_master_nodes=elasticsearch1
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
Expand Down

This file was deleted.

0 comments on commit c05e351

Please sign in to comment.