Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alist V3嵌套挂载xiaoya后搜索框重复,且无法搜索 #238

Open
zheng-fc opened this issue Nov 10, 2024 · 1 comment
Open

Alist V3嵌套挂载xiaoya后搜索框重复,且无法搜索 #238

zheng-fc opened this issue Nov 10, 2024 · 1 comment

Comments

@zheng-fc
Copy link

使用Alist V3嵌套挂载后,无法在Alist中搜索,搜索框重复,且无法使用搜索

在alist中创建搜素索引后仍无法搜索xiaoya中挂载的内容

本地环境在黑群晖docker中创建

image
image

@zheng-fc
Copy link
Author

version: '3.8'

networks:

alist-network:
driver: bridge

services:
alist:
image: 'xhofe/alist:latest'
container_name: alist
volumes:
- /volume2/docker/alist:/opt/alist/data
- /volume2/Video/TVshows:/tv
- /volume2/Video/Movies:/movie

    ports:
        - 5244:5244
    networks:
        - alist-network
    environment:
        - TZ=Asia/Shanghai
        - PGID=100
        - PUID=1026
        - UMASK=022
    depends_on:
        - xiaoya
    restart: unless-stopped

xiaoya:
    image: xiaoyaliu/alist
    container_name: xiaoya
    volumes:
        - /volume2/docker/xiaoya/data:/data
    ports:
        - 5678:80
    networks:
        - alist-network
    environment:
        - TZ=Asia/Shanghai
        - PGID=$(id -g)
        - PUID=$(id -u)
        - UMASK=022
    restart: unless-stopped
    
    
    使用docker compose挂载,仅配置了基本的阿里云盘相关,未启用tvbox等其他内容

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant