OpenList
# 注意
AList已经被出售,存在信息泄漏的风险
# 说明
AList迁移OpenList (opens new window)
多种网盘挂载工具,webdev服务
# 搭建
services:
openlist:
image: 'openlistteam/openlist:latest'
container_name: openlist
user: '0:0' # Please replace `0:0` with the actual user ID and group ID you want to use to run OpenList.
volumes:
- ./data:/opt/openlist/data
- /mnt/:/localpath
ports:
- 5244:5244
environment:
- UMASK=022
restart: always
上次更新: 2025/10/18, 15:32:16