Skip to content

Commit

Permalink
2019-05-30
Browse files Browse the repository at this point in the history
  • Loading branch information
judasn committed May 30, 2019
1 parent 4e7a018 commit 8d6879d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions markdown-file/Elasticsearch-Base.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Docker 单节点部署

- 官网:<https://hub.docker.com/_/elasticsearch>
- 7.x:7.1.0
- 6.x:6.8.0
- 5.x:5.6.8
- 注意:docker 版本下 client.transport.sniff = true 是无效的。
- `vim ~/elasticsearch-5.6.8-docker.yml`
- 启动:`docker-compose -f ~/elasticsearch-5.6.8-docker.yml -p elasticsearch_5.6.8 up -d`
Expand Down

0 comments on commit 8d6879d

Please sign in to comment.