A Dockerfile for Subsonic version 5.0.
WebUI port.
Uses the default /var/subsonic folder for data.
Add the environmental variable SUBSONIC_USER to change the user the subsonic process runs as. SUBSONIC_USER_UID specifies the UID of the user, and is optional.
docker run -d -e SUBSONIC_USER=akegata -e SUBSONIC_USER_UID=2000 -v '/var/subsonic:/var/subsonic' -v '/home/akegata/music:/mnt/music' -p 4443:4443 --name subsonic akegata/subsonic
Content type
Image
Digest
sha256:0ecde90a0…
Size
225.4 MB
Last updated
almost 11 years ago
docker pull akegata/subsonic