docker-wechat
docker-wechat copied to clipboard
Need to change docker arguments on Ubuntu 20.04
System: Ubuntu 20.04
Docker version: 19.03.6
Need to change line 92 from
-v "$HOME/DoChat/WeChat Files/":'/home/user/WeChat Files/' \
to
-v "$HOME/DoChat/WeChat Files/":'/home/user/My Documents/WeChat Files/' \
or WeChat will not be able to store files
I use the same OS and Docker. And I change the arguments,but cannot store either.
@ltkun I change line 92 to
-v "$HOME/DoChat/WeChat Files/":'/home/<Your Username>/WeChat Files/' \
and the other line with /user
in it.
regarding to the wechat settings of version 2.7.1.85 the default storage path is: C:\users\user\My Documents\WeChat Files\
debian 10. not ubuntu. but that shouldn't make any difference.
edit: its the same path on ubuntu 20.04