Skip to content

Commit

Permalink
docs: fix docker command to run gewe
Browse files Browse the repository at this point in the history
  • Loading branch information
hanfangyuan4396 committed Jan 11, 2025
1 parent efb6470 commit 6047a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ docker tag registry.cn-chengdu.aliyuncs.com/tu1h/wechotd:alpine gewe

# 创建数据目录并启动服务
mkdir -p gewechat/data
docker run -itd -v gewechat/data:/root/temp -p 2531:2531 -p 2532:2532 --restart=always --name=gewe gewe
docker run -itd -v ./gewechat/data:/root/temp -p 2531:2531 -p 2532:2532 --restart=always --name=gewe gewe
```

#### 配置dify-on-wechat
Expand Down
2 changes: 1 addition & 1 deletion docs/gewechat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ docker tag ghcr.io/tu1h/wechotd/wechotd:alpine gewe

```bash
mkdir -p gewechat/data
docker run -itd -v gewechat/data:/root/temp -p 2531:2531 -p 2532:2532 --restart=always --name=gewe gewe
docker run -itd -v ./gewechat/data:/root/temp -p 2531:2531 -p 2532:2532 --restart=always --name=gewe gewe
```

## 2.3 使用docker compose启动
Expand Down

0 comments on commit 6047a24

Please sign in to comment.