Update to Subsonic 6.1.1.
This commit is contained in:
parent
76fcb32ddb
commit
a9ceea78f7
@ -1,7 +1,7 @@
|
|||||||
FROM jeanblanchard/tomcat:8
|
FROM jeanblanchard/tomcat:8
|
||||||
MAINTAINER Markus Birth <markus@birth-online.de>
|
MAINTAINER Markus Birth <markus@birth-online.de>
|
||||||
|
|
||||||
ENV SUBSONIC_VERSION="6.0" 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.1" LC_ALL="C.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8" TZ="Europe/Berlin" MAX_MEM="256"
|
||||||
|
|
||||||
LABEL version="$SUBSONIC_VERSION"
|
LABEL version="$SUBSONIC_VERSION"
|
||||||
LABEL description="Subsonic media streamer"
|
LABEL description="Subsonic media streamer"
|
||||||
|
@ -8,7 +8,7 @@ This repository contains configuration files for building a
|
|||||||
Noteworthy
|
Noteworthy
|
||||||
----------
|
----------
|
||||||
|
|
||||||
* [Subsonic 6.0](http://www.subsonic.org/)
|
* [Subsonic 6.1.1](http://www.subsonic.org/)
|
||||||
* based on [cyrilix](https://github.com/cyrilix)/[docker-subsonic](https://github.com/cyrilix/docker-subsonic)
|
* 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
|
* 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
|
* compiles to a 266 MB image instead of [cyrilix](https://hub.docker.com/r/cyrilix/subsonic/)'s 484 MB
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
-->
|
-->
|
||||||
<Connector port="8080" protocol="HTTP/1.1"
|
<Connector port="8080" protocol="HTTP/1.1"
|
||||||
connectionTimeout="20000"
|
connectionTimeout="20000"
|
||||||
redirectPort="8443" />
|
redirectPort="8443" URIEncoding="utf-8" />
|
||||||
<!-- A "Connector" using the shared thread pool-->
|
<!-- A "Connector" using the shared thread pool-->
|
||||||
<!--
|
<!--
|
||||||
<Connector executor="tomcatThreadPool"
|
<Connector executor="tomcatThreadPool"
|
||||||
@ -88,7 +88,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Define an AJP 1.3 Connector on port 8009 -->
|
<!-- Define an AJP 1.3 Connector on port 8009 -->
|
||||||
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
|
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" URIEncoding="utf-8" />
|
||||||
|
|
||||||
|
|
||||||
<!-- An Engine represents the entry point (within Catalina) that processes
|
<!-- An Engine represents the entry point (within Catalina) that processes
|
||||||
|
Reference in New Issue
Block a user