Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to change docker arguments on Ubuntu 20.04 #51

Open
eric1932 opened this issue Apr 26, 2020 · 3 comments
Open

Need to change docker arguments on Ubuntu 20.04 #51

eric1932 opened this issue Apr 26, 2020 · 3 comments

Comments

@eric1932
Copy link

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

@ltkun
Copy link

ltkun commented Apr 30, 2020

I use the same OS and Docker. And I change the arguments,but cannot store either.

@dxyzx0
Copy link

dxyzx0 commented May 11, 2020

@ltkun I change line 92 to

-v "$HOME/DoChat/WeChat Files/":'/home/<Your Username>/WeChat Files/' \

and the other line with /user in it.

@f8-ptrk
Copy link
Contributor

f8-ptrk commented May 29, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants