0x676e67 / thunder

Synology NAS thunder run on Linux

Home Page:https://nas.xunlei.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker 下无法运行,报 /xunlei 挂载错误

mapleafgo opened this issue · comments

环境:

Ubuntu 22.04.2 LTS
Linux server-home 5.15.0-78-generic #85-Ubuntu SMP Fri Jul 7 15:25:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Docker version 24.0.5, build ced0996

镜像版本: ghcr.io/gngpp/xunlei:latest IMAGE ID: 0687839b3cfd

报错日志:

INFO 2023-08-11 02:07:16: [Asset] Real path of the symlink /lib64/ld-linux-x86-64.so.2: /var/packages/pan-xunlei-com/target/host/lib/ld-linux-x86-64.so.2
INFO 2023-08-11 02:07:16: [Asset] LD_LIBRARY_PATH=/var/packages/pan-xunlei-com/target/host/lib
ERROR 2023-08-11 02:07:16: [XunleiBackendServer] error: [XunleiBackendServer] Mount /downloads to /xunlei failed
INFO 2023-08-11 02:07:16: [XunleiLauncher] All services have been complete

docker-compose:

services:
  xunlei:
    environment:
      - XUNLEI_GID=1000
      - XUNLEI_UID=1000
    image: ghcr.io/gngpp/xunlei:latest
    ports:
      - target: 5055
        published: "5055"
        protocol: tcp
    privileged: true
    restart: always
    volumes:
      - type: bind
        source: /DATA/AppData/Xunlei
        target: /opt/data
      - type: bind
        source: /DATA/Downloads
        target: /downloads

已经修复了,你重新拉

👍效率真高啊!用上了