嘟嘟社区

[疑问] qbittorrent 原版和 qbittorrent-enhanced-edition 如何同时打开?


qbittorrent 原版是自己编译安装的
qbittorrent-enhanced-edition  是用docker
  1. docker run -d  
  2.     –name=qbittorrentee  
  3.     -e WEBUIPORT=8989  
  4.     -e PUID=1026
  5.     -e PGID=100
  6.     -e TZ=Asia/Shanghai
  7.     -p 5881:5881  
  8.     -p 5881:5881/udp  
  9.     -p 8989:8989  
  10.     -v /media/qbee/config:/config  
  11.     -v /media/qbee/BT:/downloads  
  12.     –restart unless-stopped  
  13.     superng6/qbittorrentee:latest

复制代码

当打开原版网页时,qbittorrent-enhanced-edition网页左下角就会显示 无法访问 qBittorrent 客户端
打开qbittorrent-enhanced-edition时,原版左下角就会显示 无法访问 qBittorrent 客户端

应该怎样设置才能同时打开?

端口设置成不一样的不就行了吗?
编译版本最后启动显示这样是咋回事啊
为什么要同时打开
两者用不同的端口就行了

jjble 发表于 2021-11-29 22:34
为什么要同时打开

意思是不影响两个版本在后台运行?

shunglay 发表于 2021-11-29 22:35
两者用不同的端口就行了

已经是不同端口了

-v /media/qbee/config:/config

挂载宿主机的配置目录两者不要同一个