qbittorrent 安装问题。 试了很多但都不行。 有高手帮忙看看吗?


Recommended Posts

root@gracenorajeff:~# WEB_PORT=8082
root@gracenorajeff:~# BT_PORT=8999
root@gracenorajeff:~# mkdir -p config data downloads
root@gracenorajeff:~# podman run -d --name qbittorrent \
>  -e PUID=$UID \
> -e PGID=$GID \
> -e WEB_PORT=8082 \
> -e BT_PORT=8999 \
> --restart=always \
> -p $WEB_PORT:$WEB_PORT -p $BT_PORT:$BT_PORT/tcp -p $BT_PORT:$BT_PORT/udp \
> -v $PWD/config:/config \
> -v $PWD/data:/data \
> -v $PWD/downloads:/downloads \
> 80x86/qbittorrent:4.2.2-amd64
bash: podman: command not found

Link to comment
On 2/9/2021 at 5:57 PM, Xu Fei said:

我重新又输了遍,成功安装了。 用APP store 直接装的docker 用不了,进不去web 页面。 我也不同怎么调

个别docker有可能出现安装时填写端口无效,或者显示和实际不符的情况,检查一下unraid docker界面里面显示的端口。PS:尝试多几个不同作者的docker,找些靠谱的作者或者官方docker安装较少可能出现问题。

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.