Go to file
Vincent Batts 71c8114e68 add compose file to quickly stand this up 2019-02-28 10:20:50 -05:00
Dockerfile update to 6.1.5 2019-02-28 09:29:29 -05:00
LICENSE Initial commit 2015-05-14 18:18:21 +02:00
README.md Upgrade to 6.0 2016-05-22 10:47:13 +02:00
docker-compose.yml add compose file to quickly stand this up 2019-02-28 10:20:50 -05:00

README.md

This repository contains configuration files for building a Docker (http://docker.io) image for the Subsonic media streamer.

Noteworthy

Build your own image

$ docker build -t <your-name>/docker-subsonic .

Get a pre-built image

A current image is available as a trusted build from the Docker index:

$ docker pull  cyrilix/subsonic

The repository page is at https://index.docker.io/u/cyrilix/subsonic/

Run a container with this image

$ docker run \
  --detach \
  --publish 8080:8080 \
  --volume "/wherever/your/music/is:/opt/music/:ro" \
  <your-name>/subsonic