Sign inSign up

neuroticdave/subsonic

By neuroticdave

Updated almost 10 years ago

Alpine Linux + openjdk8 + Subsonic 6.0 + bash

Image
0

250

neuroticdave/subsonic repository overview

What is Subsonic?

Subsonic is an open-source web-based media streamer and jukebox. Supports MP3, OGG, AAC and other streamable audio and video formats.

Environment variables
  • GID : subsonic group id.
  • UID : subsonic user id.
Volumes
  • /musics : your music files
  • /data : subsonic data
  • /playlists : subsonic playlists
Docker Compose (example)
subsonic:
  image: wonderfall/subsonic
  volumes: 
    - /mnt/music:/musics
    - /mnt/subsonic:/data
    - /mnt/playlists:/playlists
  environment:
    - GID=1000
    - UID=1000

Tag summary

Content type

Image

Digest

Size

111.1 MB

Last updated

almost 10 years ago

docker pull neuroticdave/subsonic:6.0