Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

mschuerig/subsonic-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is dormant and dreams of the fjords. See anarcat/debian-airsonic for a substitute.

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>/debian-subsonic debian-subsonic

Get a pre-built image

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

$ docker pull  mschuerig/debian-subsonic

The repository page is at https://hub.docker.com/r/mschuerig/subsonic-docker-image/

Run a container with this image

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

Pitfalls

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).

About

Docker image configuration for Subsonic media streamer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published