Skip to content

Ailina0728/clouddrive-wwh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub stars

clouddrive-wwh

CloudDrive, WHAT, WHY and HOW.

安装

Docker

脚本部署

选择一种方式执行即可。支持选择稳定版或测试版,默认为稳定版。

curl:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/northsea4/clouddrive-wwh/main/docker/install.sh)"

wget:

bash -c "$(wget https://raw.githubusercontent.com/northsea4/clouddrive-wwh/main/docker/install.sh -O -)"

如果不能访问raw.githubusercontent.com,可以尝试下面ghproxy的方式。

curl:

bash -c "$(curl -fsSL https://mirror.ghproxy.com/https://raw.githubusercontent.com/northsea4/clouddrive-wwh/main/docker/install.sh)"

wget:

bash -c "$(wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/northsea4/clouddrive-wwh/main/docker/install.sh -O -)"

更新

# `/path/to/clouddrive2`替换为实际的路径
cd /path/to/clouddrive2
docker-compose pull && docker-compose up -d

About

CloudDrive, WHAT, WHY and HOW

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%