Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
finalpi committed Feb 19, 2025
1 parent 7f7f210 commit 05a775e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ CREATE_ROOM_NAME='#[topic]'
CREATE_CONTACT_NAME='#[alias]#[[name]]'
## 文字消息显示格式:#[identity]身份文本,#[body]:消息文本,#[br]换行
MESSAGE_DISPLAY='#[identity]#[br]#[body]'
BASE_API='http://127.0.0.1:2531/v2/api'
FILE_API='http://127.0.0.1:2532/download'
CALLBACK_API='http://127.0.0.1:3000'
BASE_API='http://gewechat:2531/v2/api'
FILE_API='http://gewechat:2532/download'
CALLBACK_API='http://wx2tg-pad:3000'
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '3'

services:
wechat2tg:
wx2tg-pad:
image: finalpi/wechat2tg-pad:latest
container_name: wx2tg
container_name: wx2tg-pad
ports:
- "3000:3000"
volumes:
Expand Down
8 changes: 4 additions & 4 deletions gewe-docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: '3.9'

services:
gewe:
gewechat:
image: registry.cn-chengdu.aliyuncs.com/tu1h/wechotd:alpine # 拉取镜像
container_name: gewe
container_name: gewechat
ports:
- "192.168.1.12:2531:2531"
- "192.168.1.12:2532:2532"
- "2531:2531"
- "2532:2532"
volumes:
- ./temp:/root/temp
restart: always

0 comments on commit 05a775e

Please sign in to comment.