2025-11-15
1、增加web显示
2、优化反代速度,加快信息发送
1、优化图片上传代理,避免本地无法发送图片
2、MP或者其他需要企业微信消息代理的共用,无损替换
docker run -d \
--name wxchat \
--restart=always \
-p 56789:80 \
lifj25/wxchat:latest
version: "3.3"
services:
wxchat:
container_name: wxchat
restart: always
ports:
- 56789:80
image: lifj25/wxchat:latest
Content type
Image
Digest
sha256:48bc0415e…
Size
4.7 MB
Last updated
6 months ago
docker pull lifj25/wxchat