We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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嵌套挂载后,无法在Alist中搜索,搜索框重复,且无法使用搜索
在alist中创建搜素索引后仍无法搜索xiaoya中挂载的内容
本地环境在黑群晖docker中创建
The text was updated successfully, but these errors were encountered:
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等其他内容
Sorry, something went wrong.
No branches or pull requests
使用Alist V3嵌套挂载后,无法在Alist中搜索,搜索框重复,且无法使用搜索
在alist中创建搜素索引后仍无法搜索xiaoya中挂载的内容
本地环境在黑群晖docker中创建
The text was updated successfully, but these errors were encountered: