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.
Because we are using our docker container as a stateless runner by adding the
--rmarg, 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.