1
0

Add PORT and CONTEXT_PATH env variables

This commit is contained in:
Cyrille Nofficial
2015-05-23 10:11:57 +02:00
parent d3886e0663
commit c98c6793a4
2 changed files with 15 additions and 7 deletions

View File

@ -17,11 +17,11 @@ $ docker build -t <your-name>/docker-subsonic .
A current image is available as a trusted build from the Docker index:
```shell
$ docker pull cyrilix/docker-subsonic
$ docker pull cyrilix/subsonic
```
The repository page is at
https://index.docker.io/u/cyrilix/docker-subsonic/
https://index.docker.io/u/cyrilix/subsonic/
## Run a container with this image
@ -34,3 +34,11 @@ $ docker run \
<your-name>/subsonic
```
## 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