Openlist是一个支持多种存储的文件列表程序,项目地址见Github
docker run -d \
--name openlist \
--restart always \
--network host \
--user $(id -u):$(id -g) \
-e UMASK=022 \
-v /opt/openlist:/opt/openlist/data \
openlistteam/openlist:latest
监听端口可在配置文件/opt/openlist/config.json中修改,如"http_port": 5008