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 where go-drive-data is a data directory. In order to ensure that the data is retained after the application is upgraded, it is best to map it outside the container.
Download the compressed package of the corresponding platform on the Release page, and run it after decompression.
./go-drive Just run go-drive.exe directly
The default user is
admin, password123456
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