# docker-cloudreve **Repository Path**: longing/docker-cloudreve ## Basic Information - **Project Name**: docker-cloudreve - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cloudreve ``` # cloudreve数据库 docker volume create vol_db # cloudreve文件 docker volume create vol_file # aria2配置文件 docker volume create vol_aria2 chmod +x docker-entrypoint.sh docker build -t cloudreve . ``` 运行 ``` docker run \ --name cloudreve \ -p 80:5212 \ --mount source=vol_db,target=/work/db \ --mount source=vol_file,target=/work/uploads \ --mount source=vol_aria2,target=/work/aria2 \ -d \ cloudreve ``` 配置离线下载: RPC: > http://localhost:6800/ Key: > vMBPoe6Ui2gV0fqx 下载目录: > /tmp