不建议日常使用,可用来注入hook的dll
8080
tag带.daen表示自动注入DaenWxHook.dll,使用方式如下:
version: "3.3"
services:
wechat-hook:
image: "lxh01/wechat:3.6.0.18.daen"
restart: unless-stopped
container_name: "wechat-hook"
environment:
WC_AUTO_RESTART: "yes"
CALL_BACK_URL: "http://10.11.0.2:12345/wechat" # 消息回调地址
# WC_LOG_FILE: "/wechat.log"
ports:
- "8080:8080" # VNC访问端口
- "8055:8055" # API暴露端口
volumes:
- "./WeChat Files/:/home/app/WeChat Files/"
- "./Applcation Data/:/home/app/.wine/drive_c/users/user/Application Data/"
# - "./logs:/wechat.log"
tty: true
Content type
Image
Digest
sha256:c8878db1b…
Size
1.9 GB
Last updated
almost 4 years ago
docker pull lxh01/wechat:3.6.0.18.daen