8000 GitHub - peszko1/cherrymusic-docker: A very simple docker container for running cherrymusic
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

peszko1/cherrymusic-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

docker build -t holizz/cherrymusic .
docker run --name cherrymusic-data -v /root/.local busybox /bin/true
docker run -ti --rm -v /path/to/music:/music --volumes-from cherrymusic-data -p 3000:3000 --name cherrymusic holizz/cherrymusic

Then visit: http://localhost:3000/

Replace /path/to/music with the path to your music directory. If you want to change the port you have to change it in the Dockerfile too.

About

A very simple docker container for running cherrymusic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0