Advertisement
Guest User

Plex

a guest
Jul 27th, 2019
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 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. "env_variables" : [
  17. {
  18. "key" : "PATH",
  19. "value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  20. },
  21. {
  22. "key" : "HOME",
  23. "value" : "/root"
  24. },
  25. {
  26. "key" : "LANGUAGE",
  27. "value" : "en_US.UTF-8"
  28. },
  29. {
  30. "key" : "LANG",
  31. "value" : "en_US.UTF-8"
  32. },
  33. {
  34. "key" : "TERM",
  35. "value" : "xterm"
  36. },
  37. {
  38. "key" : "NVIDIA_DRIVER_CAPABILITIES",
  39. "value" : "compute,video,utility"
  40. },
  41. {
  42. "key" : "DEBIAN_FRONTEND",
  43. "value" : "noninteractive"
  44. },
  45. {
  46. "key" : "PLEX_DOWNLOAD",
  47. "value" : "https://downloads.plex.tv/plex-media-server-new/"
  48. },
  49. {
  50. "key" : "PLEX_ARCH",
  51. "value" : "amd64"
  52. },
  53. {
  54. "key" : "PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR",
  55. "value" : "/config/Library/Application Support"
  56. },
  57. {
  58. "key" : "PLEX_MEDIA_SERVER_HOME",
  59. "value" : "/usr/lib/plexmediaserver"
  60. },
  61. {
  62. "key" : "PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS",
  63. "value" : "6"
  64. },
  65. {
  66. "key" : "PLEX_MEDIA_SERVER_USER",
  67. "value" : "abc"
  68. },
  69. {
  70. "key" : "PLEX_MEDIA_SERVER_INFO_VENDOR",
  71. "value" : "Docker"
  72. },
  73. {
  74. "key" : "PLEX_MEDIA_SERVER_INFO_DEVICE",
  75. "value" : "Docker Container (LinuxServer.io)"
  76. },
  77. {
  78. "key" : "PGID",
  79. "value" : "100"
  80. },
  81. {
  82. "key" : "PUID",
  83. "value" : "1026"
  84. },
  85. {
  86. "key" : "TZ",
  87. "value" : "Europe/Paris"
  88. }
  89. ],
  90. "exporting" : false,
  91. "id" : "210550a947f600067eb1bf410093a04832e20f6a840d1a39b25df2d2d9cead15",
  92. "image" : "linuxserver/plex:latest",
  93. "is_ddsm" : false,
  94. "is_package" : false,
  95. "links" : [],
  96. "memory_limit" : 8589934592,
  97. "name" : "Plex",
  98. "network" : [
  99. {
  100. "driver" : "host",
  101. "name" : "host"
  102. }
  103. ],
  104. "network_mode" : "host",
  105. "port_bindings" : [],
  106. "privileged" : false,
  107. "shortcut" : {
  108. "enable_shortcut" : true,
  109. "enable_status_page" : true,
  110. "enable_web_page" : false
  111. },
  112. "ulimits" : null,
  113. "use_host_network" : true,
  114. "volume_bindings" : [
  115. {
  116. "host_volume_file" : "/docker/plex/transcode",
  117. "mount_point" : "/transcode",
  118. "type" : "rw"
  119. },
  120. {
  121. "host_volume_file" : "/docker/plex/config",
  122. "mount_point" : "/config",
  123. "type" : "rw"
  124. },
  125. {
  126. "host_volume_file" : "/SeriesTV",
  127. "mount_point" : "/serie",
  128. "type" : "rw"
  129. },
  130. {
  131. "host_volume_file" : "/Films",
  132. "mount_point" : "/films",
  133. "type" : "rw"
  134. },
  135. {
  136. "host_volume_file" : "/Disney",
  137. "mount_point" : "/disney",
  138. "type" : "rw"
  139. },
  140. {
  141. "host_volume_file" : "/Animes",
  142. "mount_point" : "/anime",
  143. "type" : "rw"
  144. }
  145. ],
  146. "volumes_from" : null
  147. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement