Sign inSign up

cyrilix/subsonic

By cyrilix

•Updated over 8 years ago

Subsonic media streamer

Image
18

500K+

cyrilix/subsonic repository overview

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

⁠Configuration

Specify env variables:

  • CONTEXT_PATH = The context path, i.e., the last part of the Subsonic URL. Typically '/' or '/subsonic'. Default '/'
  • PORT = The port on which Subsonic will listen for incoming HTTP traffic. Default: 8080

Tag summary

Content type

Image

Digest

sha256:7e40c4c48…

Size

333.2 MB

Last updated

over 8 years ago

docker pull cyrilix/subsonic