Skip to content

noinip/docker-madsonic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%