docker安装qbittorrent

2020-06-28  本文已影响0人  科英

1.拉取镜像

docker pull linuxserver/qbittorrent

2.运行镜像

docker run -d \
  --name=bt \
  -e WEBUI_PORT=8080 \
  -p 9821:6881 \
  -p 9821:6881/udp \
  -p 8080:8080 \
  -v <宿主机目录>:/downloads \
  --restart unless-stopped \
  linuxserver/qbittorrent

3.浏览器打开地址http://localhost:8080/

上一篇下一篇

猜你喜欢

热点阅读