qbittorrent无法访问

Linux hcss-ecs-7b12 6.1.0-22-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21) x86_64 GNU/Linux

compose信息

商店里默认安装,有点击 端口外部访问,机器安全组也有开放相应端口

services:
  qbittorrent:
    image: linuxserver/qbittorrent:5.0.2
    container_name: ${CONTAINER_NAME}
    restart: always
    networks:
      - 1panel-network
    environment:
      - PUID=1000
      - PGID=1000
      - UMASK_SET=022
      - TZ=${TIME_ZONE}
      - WEBUI_PORT=${PANEL_APP_PORT_HTTP}
      - TORRENTING_PORT=${PANEL_TORRENTING_PORT}
    ports:
      - ${PANEL_TORRENTING_PORT}:${PANEL_TORRENTING_PORT}
      - ${PANEL_TORRENTING_PORT}:${PANEL_TORRENTING_PORT}/udp
      - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
    volumes:
      - ./config:/config
      - ./data:/downloads
    labels:
      createdBy: "Apps"
networks:
  1panel-network:
    external: true

容器日志

[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 5.0.2-r0-ls367
Build-date: 2024-12-01T06:55:34+00:00
───────────────────────────────────────
    
[custom-init] No custom files found, skipping...

qBittorrent.conf 配置信息

[AutoRun]
enabled=false
program=

[LegalNotice]
Accepted=true

[Preferences]
Connection\UPnP=false
Connection\PortRangeMin=6881
Downloads\SavePath=/downloads/
Downloads\ScanDirsV2=@Variant(\0\0\0\x1c\0\0\0\0)
Downloads\TempPath=/downloads/incomplete/
WebUI\Address=*
WebUI\ServerDomains=*

通过什么方式无法访问呢?

机器使用的是华为云

我找不到问题,希望得到你的帮助,万分感谢!

本机 curl http://127.0.0.1:8181 试试

机器本地

image

容器终端

image

看一下容器列表

重启一下 docker 试试

所有问题还是一致,需要提供账户信息让你看下吗?

已解决,商店里版本 5.0.24.6.7,都有问题
请自行拉取镜像 linuxserver/qbittorrent:4.5.5,便可问题解决