P3TERX / Aria2-Pro-Docker

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

无限重启 #65

Closed smilence86 closed 2 years ago

smilence86 commented 2 years ago

pve虚拟的ubuntu20.04 ltsc,

docker run -d \ --name aria2 \ --restart always \ --log-opt max-size=1m \ -e PUID=$UID \ -e PGID=$GID \ -e UMASK_SET=022 \ -e RPC_SECRET=mySecret \ -e RPC_PORT=6800 \ -p 6800:6800 \ -e LISTEN_PORT=6888 \ -p 6888:6888 \ -p 6888:6888/udp \ -v /myPath/aria2/config:/config \ -v /myPath/aria2/downloads:/downloads \ p3terx/aria2-pro

image

smilence86 commented 2 years ago

使用tag:202108221156正常,latest有问题。