We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
通过docker部署, PUID设置为我的用户,PGID也为我的用户组,单独用aria2下载没有问题,但是用AList进行离线下载时出现无法创建目录问题。
docker run -d \ --name aria2-pro \ --restart unless-stopped \ --log-opt max-size=1m \ -e PUID=501 \ -e PGID=20 \ -e RPC_SECRET=<TOKEN> \ -e RPC_PORT=6800 \ -p 6800:6800 \ -e LISTEN_PORT=6888 \ -p 6888:6888 \ -p 6888:6888/udp \ -v /AList/data/temp/aria2/aria2-config:/config \ -v /AList/data/temp/aria2/aria2-downloads:/downloads \ p3terx/aria2-pro
The text was updated successfully, but these errors were encountered:
alist也是使用docker安装的吗,alist离线下载的文件会放在opt/alist/data/temp 文件夹中,你需要将alist的同路径文件夹映射出来,同时要将aria2的下载路径也映射出来
Sorry, something went wrong.
No branches or pull requests
通过docker部署, PUID设置为我的用户,PGID也为我的用户组,单独用aria2下载没有问题,但是用AList进行离线下载时出现无法创建目录问题。
The text was updated successfully, but these errors were encountered: