Sign inSign up

a952454/docker-wechat

By a952454

•Updated 6 months ago

docker版微信,支持X86和ARM,官方Linux微信,支持web访问,支持备份聊天记录

Image
Networking
Web servers
0

1.2K

a952454/docker-wechat repository overview

⁠docker-weixin-latest

Docker Pulls Docker Image Size

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.

⁠Why this image?

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.

⁠Features

  • ✅ Based on the stable linuxserver/weixin:latest base image
  • ✅ Automatically updates WeChat to the latest Linux version at container start
  • ✅ All original environment variables and volumes from linuxserver/weixin still work
  • ✅ Lightweight – only adds a small update script

⁠Quick Start

⁠Pull the image
docker 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

Tag summary

Content type

Image

Digest

sha256:3fac518a7…

Size

1.7 GB

Last updated

6 months ago

docker pull a952454/docker-wechat