The server of MusicCloud implemented in C# with ASP.NET Core.
docker run -d --name mc yuuza/musiccloud
docker run -d --name mc -v /PATH_TO_DATA:/app/data yuuza/musiccloud
dotnet build
or
dotnet build -c Release
Edit file appsettings.json.
(Please ensure staticdir is configured correctly.)
dotnet run
or
dotnet run -c Release
Now you can access http://localhost:5000/
Content type
Image
Digest
sha256:9315f28f2…
Size
99.8 MB
Last updated
11 months ago
docker pull yuuza/musiccloud