Sign inSign up

hydria/subsonic

By hydria

Updated about 5 years ago

Subsonic 6.1.6 with ARM and full FFMPEG support

Image
6

1M+

hydria/subsonic repository overview

Subsonic

Dockerfile for Subsonic 6.1.6 with FFMPEG

Usage

Create the data container with:

sudo docker run --name subsonic_data \
-v /data/music:/var/music \
hydria/subsonic:latest /bin/true

Data container manages only the subsonic configuration information.

After crerateing this run subsonic_app:

sudo docker run -d -t -i \
    --publish 8100:4040 \
    --name="subsonic_app" \
    --volumes-from subsonic_data \
    hydria/subsonic:latest

In this example, we specify port 4040 to 8100.

Port (default)

4040

Default Data Routes (default)

/var/music
/var/subsonic

Tag summary

Content type

Image

Digest

Size

287.8 MB

Last updated

about 5 years ago

docker pull hydria/subsonic