OpenList是一个支持多种存储的文件列表程序,项目地址见Github
docker run -d \
--name openlist \
--restart always \
--network host \
-e PUID=0 \
-e PGID=0 \
-e UMASK=022 \
-v /opt/openlist:/opt/openlist/data \
openlistteam/openlist:latest
OpenList是一个支持多种存储的文件列表程序,项目地址见Github
docker run -d \
--name openlist \
--restart always \
--network host \
-e PUID=0 \
-e PGID=0 \
-e UMASK=022 \
-v /opt/openlist:/opt/openlist/data \
openlistteam/openlist:latest