An application to stream and manage you local music files. A Spotify like experience for you local files .... but better!!?
1 - Clone the repository and build the Docker image:
git clone https://github.com/lnardon/MusicRoom.git && cd Hendrix && docker build -t MusicRoom .
2 - Start the container using the following command.
docker run -d -p 7777:7777 -v /path/to/music:/music MusicRoom
3 - Go to http://localhost:7777