P3TERX / Aria2-Pro-Docker

Aria2 Pro | A perfect Aria2 Docker image | 更好用的 Aria2 Docker 容器镜像
https://hub.docker.com/r/p3terx/aria2-pro
MIT License
3.19k stars 375 forks source link

Download directory isn't writable by rootless podman container. #165

Open tazihad opened 2 months ago

tazihad commented 2 months ago

According to this pull request https://github.com/P3TERX/Aria2-Pro-Docker/pull/95 now Download directory isn't writable. Right now Download directory owner is root. If that's the case we can't download anything on the folder. With podman rootless container we have to give user permission.

So, if we use

chown -R p3terx:p3terx /downloads
chmod 777 /downloads

It becomes writable. Please revert back the pull request. And chown the download directory by default.