Advertisement
Guest User

ConfigPlexHW

a guest
Oct 9th, 2019
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.24 KB | None | 0 0
  1. {
  2.    "cap_add" : [],
  3.    "cap_drop" : [],
  4.    "cmd" : "",
  5.    "cpu_priority" : 50,
  6.    "devices" : [
  7.       {
  8.          "CgroupPermissions" : "rwm",
  9.          "PathInContainer" : "/dev/dri",
  10.          "PathOnHost" : "/dev/dri"
  11.       }
  12.    ],
  13.    "enable_publish_all_ports" : false,
  14.    "enable_restart_policy" : true,
  15.    "enabled" : true,
  16.    "entrypoint_default" : "/init",
  17.    "env_variables" : [
  18.       {
  19.          "key" : "PATH",
  20.          "value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  21.       },
  22.       {
  23.          "key" : "HOME",
  24.          "value" : "/root"
  25.       },
  26.       {
  27.          "key" : "LANGUAGE",
  28.          "value" : "en_US.UTF-8"
  29.       },
  30.       {
  31.          "key" : "LANG",
  32.          "value" : "en_US.UTF-8"
  33.       },
  34.       {
  35.          "key" : "TERM",
  36.          "value" : "xterm"
  37.       },
  38.       {
  39.          "key" : "NVIDIA_DRIVER_CAPABILITIES",
  40.          "value" : "compute,video,utility"
  41.       },
  42.       {
  43.          "key" : "DEBIAN_FRONTEND",
  44.          "value" : "noninteractive"
  45.       },
  46.       {
  47.          "key" : "PLEX_DOWNLOAD",
  48.          "value" : "https://downloads.plex.tv/plex-media-server-new"
  49.       },
  50.       {
  51.          "key" : "PLEX_ARCH",
  52.          "value" : "amd64"
  53.       },
  54.       {
  55.          "key" : "PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR",
  56.          "value" : "/config/Library/Application Support"
  57.       },
  58.       {
  59.          "key" : "PLEX_MEDIA_SERVER_HOME",
  60.          "value" : "/usr/lib/plexmediaserver"
  61.       },
  62.       {
  63.          "key" : "PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS",
  64.          "value" : "6"
  65.       },
  66.       {
  67.          "key" : "PLEX_MEDIA_SERVER_USER",
  68.          "value" : "abc"
  69.       },
  70.       {
  71.          "key" : "PLEX_MEDIA_SERVER_INFO_VENDOR",
  72.          "value" : "Docker"
  73.       },
  74.       {
  75.          "key" : "PLEX_MEDIA_SERVER_INFO_DEVICE",
  76.          "value" : "Docker Container (LinuxServer.io)"
  77.       },
  78.       {
  79.          "key" : "PGID",
  80.          "value" : "100"
  81.       },
  82.       {
  83.          "key" : "PUID",
  84.          "value" : "1040"
  85.       },
  86.       {
  87.          "key" : "VERSION",
  88.          "value" : "latest"
  89.       },
  90.       {
  91.          "key" : "TZ",
  92.          "value" : "Europe/Paris"
  93.       }
  94.    ],
  95.    "exporting" : false,
  96.    "id" : "11da40cbf8e996481d70bd6bb63b7874834a89d5483e3949af589c8126300b0f",
  97.    "image" : "linuxserver/plex:latest",
  98.    "is_ddsm" : false,
  99.    "is_package" : false,
  100.    "links" : [],
  101.    "memory_limit" : 4294967296,
  102.    "memory_limit_slider" : 4096,
  103.    "name" : "PLEX-DOCKER_LAN_HW",
  104.    "network" : [
  105.       {
  106.          "driver" : "macvlan",
  107.          "name" : "plex_lan"
  108.       }
  109.    ],
  110.    "network_mode" : "plex_lan",
  111.    "port_bindings" : [],
  112.    "privileged" : false,
  113.    "shortcut" : {
  114.       "enable_shortcut" : true,
  115.       "enable_status_page" : true,
  116.       "enable_web_page" : false
  117.    },
  118.    "use_host_network" : false,
  119.    "volume_bindings" : [
  120.       {
  121.          "host_volume_file" : "/video",
  122.          "mount_point" : "/volume1/video",
  123.          "type" : "rw"
  124.       },
  125.       {
  126.          "host_volume_file" : "/docker/PlexDocker/transcode",
  127.          "mount_point" : "/transcode",
  128.          "type" : "rw"
  129.       },
  130.       {
  131.          "host_volume_file" : "/docker/PlexDocker/config",
  132.          "mount_point" : "/config",
  133.          "type" : "rw"
  134.       }
  135.    ]
  136. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement