huan / docker-wechat

DoChat is a Dockerized WeChat (盒装微信) PC Windows Client for Linux

Home Page:https://hub.docker.com/r/zixia/wechat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permanent Storage for WeChat PC Login Data Information

huan opened this issue · comments

Because we are using our docker container as a stateless runner by adding the --rm arg, so we will lose data in the container every time we exit WeChat PC.

Currently, we have one volume: /WeChatFiles/ to store local files.

We still need another volume to store the login data.

To be implemented.