Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 572 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 572 Bytes

#docker Madsonic

Currently using the Madsonic 5.1 Public Preview, build 5800
http://forum.madsonic.org/viewtopic.php?f=34&t=1171

/config
Home directory for madsonic. Your logs and databases will be stored here.

Default environment variable settings (use -e ENV_VAR_NAME="value" to change)
HOST=0.0.0.0
PORT=4040
SSLPORT=4050
CONTEXT_PATH=/
MAX_MEMORY=1200

Docker run command:

docker run -d -p 4040:4040 -p 4050:4050 --net=host -v /mnt:/mnt -v /path/to/config/data:/config -v /etc/localtime:/etc/localtime:ro --name=madsonic botez/docker-madsonic