mirror of
https://github.com/eiblog/eiblog.git
synced 2026-03-01 00:34:58 +08:00
chore: update docs
This commit is contained in:
@@ -21,7 +21,7 @@ database:
|
|||||||
source: host=localhost port=5432 user=postgres dbname=eiblog sslmode=disable password=MTI3LjAuMC4x
|
source: host=localhost port=5432 user=postgres dbname=eiblog sslmode=disable password=MTI3LjAuMC4x
|
||||||
```
|
```
|
||||||
|
|
||||||
3、启动 ES 搜索服务:博客使用 ElasticSearch 2.4.1 做为搜索引擎。
|
3、启动 ES 搜索服务:博客使用 ElasticSearch 2.4.3 做为搜索引擎。
|
||||||
|
|
||||||
```
|
```
|
||||||
# 修改 conf/app.yml ElasticSearch连接配置
|
# 修改 conf/app.yml ElasticSearch连接配置
|
||||||
|
|||||||
@@ -114,9 +114,7 @@ services:
|
|||||||
- ${PWD}/mgodb:/data/db
|
- ${PWD}/mgodb:/data/db
|
||||||
restart: always
|
restart: always
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: deepzz0/es:2.4.1
|
image: deepzz0/elasticsearch:2.4.3
|
||||||
environment:
|
|
||||||
- ES_JAVA_OPTS="-Xms512m -Xmx512m"
|
|
||||||
restart: always
|
restart: always
|
||||||
eiblog:
|
eiblog:
|
||||||
iamge: deepzz0/eiblog:latest
|
iamge: deepzz0/eiblog:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user