Just some experimenting! Currently you can find my subsonic 6.1.5 image running on ubuntu:rolling (19.04) here. I didn't like the java-only implementations.
It is based on : cyrilix/subsonic
Changes (compared to cyrilix/subsonic):
latest subsonic! This image uses 6.1.5 instead of 5.2.1.
The base java:8 image has been replaced with ubuntu:19.04. I had issues with java:8 base image. This creates some overhead (but i don't care).
Instead of 8080 it used the default port 4040.
Run a container with this image:
$ docker run --detach --publish 4040:4040 --volume "/wherever/your/music/is:/opt/music/:ro" /subsonic
I am working on optimizing this version. Stay tuned and have fun!
Dennis / [email protected]
Content type
Image
Digest
Size
259.5 MB
Last updated
over 7 years ago
docker pull weerd01/subsonic