A dockerfile for subsonic the web-based music player
1.8K
a web based media player.
In this directory you will find the dockerfile providing crichon/subsonic. Based on java:7
Just run:
docker run --name subsonic -v -p 443:4050 {your_music_dir}:/music subsonic /crichon/subsonic:latest
Build and run:
git clone http://github.com/crichon/terminus.git && cd treminus && git co subsonic
docker build --name subsonic subsonic/
docker run --name subsonic -p 443:4050 -v {your_music_dir}:/music subsonic
VIRTUAL_PORTS: "4040", "4050"
VIRTUAL_PROTO: "https"
All subsonic data are contained inside the volume:
/subsonic
Mount your music and podcast host directory on /music and /podcast.
Content type
Image
Digest
sha256:81be7935e…
Size
371.3 MB
Last updated
over 9 years ago
docker pull crichon/subsonic