A fork of Hurricane's unRAID docker with https support removed
1.9K
#docker SubSonic
This is a Dockerfile for "SubSonic" - (http://www.subsonic.org/). Specifically for use within an unRAID environment.
Forked and removed https
git clone https://github.com/adamrbell/docker-subsonic.git
cd docker-subsonic
docker build -t subsonic .
/subsonicHome directory for subsonic, subsonic stores it's log, database properties in this folder. (i.e. /opt/appdata/subsonic)
/musicDefualt music folder. If remote share ensure it's mounted before run command is issued. (i.e. /opt/downloads/music or /media/Tower/music)
/podcastsDefualt podcasts folder. If remote share ensure it's mounted before run command is issued. (i.e. /opt/downloads/podcasts or /media/Tower/podcasts)
docker run -d --net=host -v /*your_subsonichome_location*:/subsonic \
-v /*your_music_folder_location*:/music \
-v /*your_podcast_folder_location*:/podcasts \
-v /etc/localtime:/etc/localtime:ro
--name=subsonic adamrbell/docker-subsonic-http
Content type
Image
Digest
sha256:bae59d2cc…
Size
332 MB
Last updated
almost 11 years ago
docker pull adamrbell/docker-subsonic-http