All checks were successful
continuous-integration/drone Build is passing
This docker container publish an very nice web-based media server.
Source : http://www.subsonic.org
###Getting started
docker run -it -p 4040:4040 unclesamwk/subsonic
Default an volume for persist date will be created.
###Follwing environments may be override:
| ENV | DEFAULT | DESCRIPTION |
|---|---|---|
| HOST | 0.0.0.0 | The host name or IP address on which to bind Subsonic. Only relevant if you have multiple network interfaces and want to make Subsonic available on only one of them. The default value will bind Subsonic to all available network interfaces. |
| HTTP_PORT | 4040 | The port on which Subsonic will listen for incoming HTTP traffic. |
| HTTPS_PORT | 0 | The port on which Subsonic will listen for incoming HTTPS traffic. |
| CONTEXT_PATH | / | The context path, i.e., the last part of the Subsonic URL. Typically '/' or '/subsonic'. |
| MEMORY | 150 | The memory limit (max Java heap size) in megabytes. |
###Comming soon
Connect to samba active-directory
Description
Languages
Dockerfile
51.6%
Shell
48.4%