Subsonic container with the latest v6 release.
985
This repository contains configuration files for building a Docker (http://docker.io) image for the Subsonic media streamer.
This container is modified slightly from https://github.com/mschuerig/subsonic-docker-image in order to support Docker automated builds.
$ docker build -t <your-name>/debian-subsonic debian-subsonic
A current image is available as a trusted build from the Docker index:
$ docker pull majormjr/debian-subsonic
$ docker run \
--detach \
--publish 4040:4040 \
--volume "/wherever/your/music/is:/var/music:ro" \
<your-name>/debian-subsonic
The host music directory mounted into the container at /var/music must be readable by user subsonic (UID 10000).
If you use a volume for the container's /var/subsonic, the host directory mounted there must have read-write-execute permissions for user subsonic (UID 10000).
Content type
Image
Digest
Size
263.8 MB
Last updated
about 9 years ago
docker pull majormjr/docker-subsonic