1
0

Use tomcat as servlet engine

This commit is contained in:
Cyrille Nofficial
2015-10-28 23:30:26 +01:00
parent d8ef67a251
commit 429ff0cc41
2 changed files with 9 additions and 27 deletions

View File

@ -4,7 +4,7 @@ Docker (http://docker.io) image for the Subsonic media streamer.
## Noteworthy
* Subsonic 5.3.beta2 (http://www.subsonic.org)
* Subsonic 5.3 (http://www.subsonic.org)
## Build your own image
@ -35,10 +35,4 @@ $ docker run \
```
## Configuration
Specify env variables:
* CONTEXT_PATH = The context path, i.e., the last part of the Subsonic URL. Typically '/' or '/subsonic'. Default '/'
* PORT = The port on which Subsonic will listen for incoming HTTP traffic. Default: 8080