Sign inSign up

phasmatis/subsonic

By phasmatis

Updated over 7 years ago

see Github

Image
0

407

phasmatis/subsonic repository overview

Subsonic Alpine docker image

Application

Subsonic

Application description

Subsonic is a web-based media streamer and jukebox Server. Based on Java technology, Subsonic runs on most platforms, including Windows, Mac, Linux, OSX, and Unix variants.

Build notes

Latest release of Subsonic 6.1.4.

Usage

docker run -d \
	-p 4040:4040 \
	-p 4041:4041 \
	--name=<container name> \
	-e CONTEXT_PATH=<root path> \
	-e SSL=<yes|no> \
	-v <path for media files>:/media \
	-v <path for config files>:/config \
	-v /etc/localtime:/etc/localtime:ro \
	phasmatis/subsonic

Please replace all user variables in the above command defined by <> with the correct values.

Access application

http://<host ip>:4040

Example

docker run -d \
	-p 4040:4040 \
	-p 4050:4050 \
	--name=Subsonic \
	-e CONTEXT_PATH=\ \
	-e SSL=yes \
	-v /media/music/:/media \
	-v /apps/docker/Subsonic:/config \
	-v /etc/localtime:/etc/localtime:ro \
	phasmatis/subsonic

Tag summary

Content type

Image

Digest

Size

121.2 MB

Last updated

over 7 years ago

docker pull phasmatis/subsonic