2016-08-23 20:53:19 +00:00
2016-08-23 20:53:19 +00:00
2016-01-02 18:33:09 -08:00
2016-01-02 18:33:09 -08:00
2016-01-02 18:33:09 -08:00

docker-subsonic

Subsonic in a docker container.

Usage

  • Build: docker build -t subsonic .
  • Run: docker run -d -v /hostpath/music:/var/music -p 4050:4050 -p 4051:4051 subsonic

Persistence

To make the subsonic database persistent, a file and a dir must be mounted to the host:

  • -v /hostpath/subsonic/db:/var/subsonic/db
  • -v /hostpath/subsonic/subsonic.properties:/var/subsonic/subsonic.properties

Both locations must be read/writable by uid 1000.

TODO

  • Allow specifying UID for subsonic user on the fly
Description
Subsonic in a docker file
Readme 96 KiB
Languages
Shell 55.4%
Dockerfile 44.6%