Replies: 1 comment 4 replies
-
上面语句内注意去掉** |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
按照页面提示的方法启动发现无法链接aria的6800端口, 改为以下就好了
docker run -d --restart=always -v /etc/alist:/opt/alist/data -p 5244:5244 **-p 6800:6800** -e PUID=0 -e PGID=0 -e UMASK=022 --name="alist" xhofe/alist-aria2:latest
Beta Was this translation helpful? Give feedback.
All reactions