Created
January 24, 2016 02:41
-
-
Save schakrava/cfccb12200c18027c97a to your computer and use it in GitHub Desktop.
Squeezebox Rock-On profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"SqueezeBoxServer": { | |
"containers": { | |
"squeezebox": { | |
"image": "tdeckers/logitechmediaserver", | |
"launch_order": 1, | |
"ports": { | |
"9000": { | |
"description": "Webserver Port. Suggested default: 9000.", | |
"host_default": 9000, | |
"label": "Webserver port", | |
"protocol": "tcp", | |
"ui": true | |
}, | |
"9090": { | |
"description": "CLI Port. Suggested default: 9090.", | |
"host_default": 9090, | |
"label": "CLI port", | |
"protocol": "tcp" | |
}, | |
"3483": { | |
"description": "SlimProto Port. Suggested default: 3483.", | |
"host_default": 3483, | |
"label": "Slimproto port", | |
"protocol": "tcp" | |
}, | |
"9001": { | |
"description": "Supervisord. Suggested default: 9001.", | |
"host_default": 9001, | |
"label": "Supervisord port", | |
"protocol": "tcp" | |
} | |
}, | |
"volumes": { | |
"/media": { | |
"description": "Select the Share containing your Media", | |
"label": "My Media", | |
"min_size": 1073741824 | |
} | |
} | |
} | |
}, | |
"description": "Server for Squeezebox Devices", | |
"ui": { | |
"slug": "" | |
}, | |
"volume_add_support": true, | |
"website": "http://mysqueezebox.com", | |
"version": "1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment