Aria2-Pro-Docker icon indicating copy to clipboard operation
Aria2-Pro-Docker copied to clipboard

无限重启

Open smilence86 opened this issue 3 years ago • 1 comments

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 avatar Dec 21 '21 03:12 smilence86

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

smilence86 avatar Dec 21 '21 06:12 smilence86