Compare commits

...

7 Commits

Author SHA1 Message Date
2122b946b2
Update to 6.1.6. 2019-12-10 17:46:36 +01:00
cce19f8eef
Fix README.
Fixes #1
Fixes #2
2019-08-05 12:42:37 +02:00
d3bd6fac50
Update to 6.1.5. 2019-02-01 12:30:03 +01:00
2d92fabc7b
Update to Subsonic 6.1.4. 2018-11-23 19:20:14 +01:00
79c099482b
Update to 6.1.3. 2017-11-09 12:40:51 +01:00
ee59c6548a
Update deprecated MAINTAINER tag. 2017-10-23 13:38:47 +02:00
b52a23c517
Update to Subsonic 6.1.2. 2017-10-23 13:35:23 +02:00
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,8 @@
FROM jeanblanchard/tomcat:8
MAINTAINER Markus Birth <markus@birth-online.de>
ENV SUBSONIC_VERSION="6.1.1" LC_ALL="C.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8" TZ="Europe/Berlin" MAX_MEM="256"
ENV SUBSONIC_VERSION="6.1.6" LC_ALL="C.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8" TZ="Europe/Berlin" MAX_MEM="256"
LABEL maintainer="Markus Birth <markus@birth-online.de>"
LABEL version="$SUBSONIC_VERSION"
LABEL description="Subsonic media streamer"
LABEL org.label-schema.name="Subsonic" \

View File

@ -8,7 +8,7 @@ This repository contains configuration files for building a
Noteworthy
----------
* [Subsonic 6.1.1](http://www.subsonic.org/)
* [Subsonic 6.1.6](http://www.subsonic.org/)
* based on [cyrilix](https://github.com/cyrilix)/[docker-subsonic](https://github.com/cyrilix/docker-subsonic)
* uses [jeanblanchard](https://github.com/jeanblanchard)/[tomcat](https://hub.docker.com/r/jeanblanchard/tomcat/) with Alpine Linux
* compiles to a 266 MB image instead of [cyrilix](https://hub.docker.com/r/cyrilix/subsonic/)'s 484 MB
@ -17,7 +17,7 @@ Noteworthy
Volumes
-------
* `/subsonic` --- Directory to store Subsonic's log, configuration and database
* `/data` --- Directory to store Subsonic's log, configuration and database
* `/music` --- Default music folder
* `/podcasts` --- Default podcast folder
* `/playlists` --- Default playlist folder
@ -58,6 +58,7 @@ Run a container with this image
$ docker run \
--detach \
--publish 8080:8080 \
--volume "/local/config/dir:/data/" \
--volume "/wherever/your/music/is:/music/:ro" \
<your-name>/subsonic