Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainsheep committed May 30, 2024
1 parent ec9ddd8 commit 25958a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ version: "3"

services:
halo:
image: halohub/halo:2.11
image: halohub/halo:2.15.2
container_name: halo
restart: on-failure:3
networks:
Expand All @@ -51,15 +51,13 @@ services:

# 这部分为新增内容,创建一个 meilisearch 容器
meilisearch:
image: getmeili/meilisearch:v1.5
image: getmeili/meilisearch:v1.8
container_name: meilisearch
restart: on-failure:3
networks:
- halo_network
ports:
- 7700:7700
volumes:
- ./meili_data:/meili_data
environment:
- MEILI_ENV=production
# 可以改成自己的密码,对长度有限制,不建议修改
Expand All @@ -84,6 +82,8 @@ networks:

**设置完成后,务必进入仪表盘 → 刷新搜索引擎,否则可能搜不到文章**

**每次启动容器(包括删除后的启动),都需要手动刷新索引**

## 代办事项

- [ ] 插件启动/更新设置后,自动刷新索引。
Expand Down

0 comments on commit 25958a9

Please sign in to comment.