No description
Find a file
Vincent Batts 5496b47b21
README: missed a hyphen
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2024-05-21 19:09:10 -04:00
docker-compose.yml docker*: various updates ? 2024-05-21 18:30:06 -04:00
Dockerfile Dockerfile: update debian, and install jre from download 2024-05-21 19:07:49 -04:00
LICENSE Initial commit 2015-05-14 18:18:21 +02:00
README.md README: missed a hyphen 2024-05-21 19:09:10 -04:00

This repository contains configuration files for building a Docker image for the Subsonic media streamer.

Noteworthy

Build your own image

$ docker build -t $USER/subsonic .

Run a container with this image

docker run \
  -it \
  --rm \
  -p 4040:4040 \
  -p 4043:4043 \
  --volume "/wherever/your/music/is:/opt/music/:ro" \
  $USER/subsonic