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

新建任务根本就不下载,接着就移到已结束/已停止 #62

Open
GerGitHub opened this issue Mar 9, 2023 · 2 comments
Open

Comments

@GerGitHub
Copy link

Linux Photon 5.10.168-1.ph4-esx #1-photon SMP Wed Feb 22 02:57:48 UTC 2023 x86_64 GNU/Linux

docker run -d \
  --name=Aria2 \
  -e PUID=0 \
  -e PGID=0 \
  -e TZ=Asia/Shanghai \
  -e SECRET=Aria \
  -e CACHE=512M \
  -e PORT=6800 \
  -e BTPORT=32516 \
  -e WEBUI=true \
  -e WEBUI_PORT=8080 \
  -e UT=true \
  -e RUT=true \
  -e FA=falloc \
  -e QUIET=true \
  -e SMD=true \
  -p 6888:32516 \
  -p 6888:32516/udp \
  -p 6800:6800 \
  -p 9680:8080 \
  -v /opt/Aria2:/config \
  -v /opt/Downloads:/downloads \
  --restart unless-stopped \
  superng6/aria2:webui-latest

UID PID 是root用户
所有下载链接类型都下载不了,添加任务不一会就移到已结束/已停止无法下载;
本地的服务器链接文件也一样无法下载,应该不是端口问题;

@oldmanvv
Copy link

看看aria2连接成功了吗

@SuperNG6
Copy link
Owner

多半是权限问题,看一下下载目录的权限设置
4UJLyN

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

3 participants