Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plex official #169

Closed
wants to merge 16 commits into from
52 changes: 52 additions & 0 deletions plex-official.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"Plex-official": {
"containers": {
"plexinc-pms-docker": {
"image": "plexinc/pms-docker",
"opts": [
[
"--net=host",
""
]
],
"launch_order": 1,
"ports": {
"32400": {
"description": "WebUI port. Suggested default: 32400",
"host_default": 32400,
"label": "WebUI port",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a share for Plex configuration. Eg: create a share called plex-config for this purpose alone.",
"label": "Config Storage"
},
"/data": {
"description": "Choose a share for Plex content (your media). Eg: create a share called plex-data for this purpose alone. You can also assign other media shares on the system after installation.",
"label": "Data Storage"
}
},
"environment": {
"PLEX_UID": {
"description": "Enter a valid UID to run Plex with. It must have full permissions to all shares mapped in the previous step.",
"label": "UID"
},
"PLEX_GID": {
"description": "Enter a valid GID to use along with the above UID. It(or the above UID) must have full permissions to all shares mapped in the previous step.",
"label": "GID"
}
}
}
},
"description": "Official Plex Media Server docker repository",
"more_info": "<h4>Adding more media to Plex.</h4><p>You can add more shares (with media) to Plex from the settings wizard of this Rock-on. Then, from Plex WebUI, you can update and re-index your library.</p>",
"ui": {
"slug": "web"
},
"volume_add_support": true,
"website": "https://hub.docker.com/r/plexinc/pms-docker/",
"version": "1.14.1"
}
}