Skip to content

Instantly share code, notes, and snippets.

@Brookke
Last active February 11, 2018 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Brookke/14cefbc852589744225bd86d69afb18b to your computer and use it in GitHub Desktop.
Save Brookke/14cefbc852589744225bd86d69afb18b to your computer and use it in GitHub Desktop.
[
{
"type": "container",
"title": "Plex",
"description": "Plex Media Server",
"categories": ["mediaServer"],
"platform": "linux",
"logo": "https://cdn.frontify.com/api/screen/thumbnail/ob_O2NZ8KrKa5sLQkVIt-C-HKRSEGmIR7Uc7ECmBO7V1KloT9X8qwuHnSBnivKcoFhscbltD69vbmrlYJ0qjgw/840",
"image": "registry:latest",
"network": "host",
"env": {
"TZ":"Europe/London"
},
"volumes": [
{
"container": "/data",
"bind":"PLACEHOLDER"
},
{
"container": "/transcode",
"bind": ""
},
{
"container": "/config",
"bind": ""
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment