go drive
v0.11.4
English version
Demo: https://demo.go-drive.top
Doc: https://go-drive.top
mkdir go-drive-data
docker run -d --name go-drive -p 8089:8089 -v ` pwd ` /go-drive-data:/app/data devld/go-drive其中go-drive-data是數據目錄,為了保證數據在應用升級後保留,最好將其映射至容器外。
在Release 頁面下載對應平台的壓縮包,解壓後運行
./go-drive直接運行go-drive.exe即可
默認用戶為
admin,密碼123456
mkdir go-drive-data
docker run -d --name go-drive -p 8089:8089 -v ` pwd ` /go-drive-data:/app/data devld/go-drive go-drive-data is the data directory. To ensure that the data is retained after the application is upgraded, it is best to map it outside the container.
Download binary file from the Release page, decompress and run
./go-drive Just run go-drive.exe
Default user is
admin, its password is123456