docker版微信,支持X86和ARM,官方Linux微信,支持web访问,支持备份聊天记录
1.2K
A Docker image that runs WeChat on Linux, based on linuxserver/weixin:latest with an automatic update feature – every time the container starts, it checks and installs the latest available Linux WeChat version.
The official linuxserver/weixin image is great, but it bundles a specific WeChat release. This image extends it by adding a startup script that always fetches and installs the most recent WeChat package, so you never run an outdated version.
linuxserver/weixin:latest base imagelinuxserver/weixin still workdocker pull a952454/docker-wechat:latest
```bash
# Replace /path/to/config and /path/to/data with your actual host directories.
docker run -d \
--name weixin \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Asia/Shanghai \
-e LC_ALL=zh_CN.UTF-8 \
-p 3000:3000 \
-p 3001:3001 \
-v /path/to/weixin/config:/config \
--restart unless-stopped \
a952454/docker-wechat:latest
Content type
Image
Digest
sha256:3fac518a7…
Size
1.7 GB
Last updated
6 months ago
docker pull a952454/docker-wechat