EADST

Cloudreve: Personal Web Disk with Docker

Cloudreve: Personal Web Disk with Docker

Use Docker to set up a personal web disk. Here are my steps.

  1. Select main path cd /home/lighthouse/

  2. Download the docker image docker pull cloudreve/cloudreve

  3. Create the disk folder

    mkdir -vp cloudreve/{uploads,avatar} && touch cloudreve/conf.ini && touch cloudreve/cloudreve.db

  4. Create the docker container

    docker run -d -p 0.0.0.0:2023:5212 --mount type=bind,source=/home/lighthouse/cloudreve/conf.ini,target=/cloudreve/conf.ini --mount type=bind,source=/home/lighthouse/cloudreve/cloudreve.db,target=/cloudreve/cloudreve.db -v /home/lighthouse/cloudreve/uploads:/cloudreve/uploads -v /home/lighthouse/cloudreve/avatar:/cloudreve/avatar cloudreve/cloudreve:latest

  5. Run docker logs container_id to check the admin password

  6. Login or Signup the account at http://eadst.com:2023/

  7. Update the disk settings on the Dashboard by clicking the up-left avatar. (cancel the signup, increase the disk volume, change the password, etc.)

Reference:

Cloudreve

仅需4个文件!使用Docker-compose 部署Cloudreve

相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
站点统计

本站现有博文242篇,共被浏览292034

本站已经建立1782天!

热门文章
文章归档
回到顶部