Sorry, didn’t see a way to attach a file. Guess I’ll just include it below.
A question or two:
- What’s with all the ports? To my knowledge, I don’t use 1900, 3005, 32410, 32412, 32413, 32414, 32469, 5353, 8324. Should I just remove them?
- Does this Docker container update itself? I thought I saw that somewhere.
type or past{
"CapAdd" : null,
"CapDrop" : null,
"cmd" : "",
"cpu_priority" : 50,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enabled" : false,
"entrypoint_default" : "/init",
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "HOME",
"value" : "/root"
},
{
"key" : "LANGUAGE",
"value" : "en_US.UTF-8"
},
{
"key" : "LANG",
"value" : "en_US.UTF-8"
},
{
"key" : "TERM",
"value" : "xterm"
},
{
"key" : "NVIDIA_DRIVER_CAPABILITIES",
"value" : "compute,video,utility"
},
{
"key" : "DEBIAN_FRONTEND",
"value" : "noninteractive"
},
{
"key" : "PLEX_DOWNLOAD",
"value" : "https://downloads.plex.tv/plex-media-server-new"
},
{
"key" : "PLEX_ARCH",
"value" : "amd64"
},
{
"key" : "PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR",
"value" : "/config/Library/Application Support"
},
{
"key" : "PLEX_MEDIA_SERVER_HOME",
"value" : "/usr/lib/plexmediaserver"
},
{
"key" : "PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS",
"value" : "6"
},
{
"key" : "PLEX_MEDIA_SERVER_USER",
"value" : "abc"
},
{
"key" : "PLEX_MEDIA_SERVER_INFO_VENDOR",
"value" : "Docker"
},
{
"key" : "PLEX_MEDIA_SERVER_INFO_DEVICE",
"value" : "Docker Container (LinuxServer.io)"
},
{
"key" : "VERSION",
"value" : "latest"
},
{
"key" : "TZ",
"value" : "America/Los_Angeles"
},
{
"key" : "PGID",
"value" : "1000"
},
{
"key" : "PUID",
"value" : "1000"
}
],
"exporting" : false,
"id" : "2990458a9439409b",
"image" : "linuxserver/plex:latest",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
"memory_limit" : 0,
"name" : "plex",
"network" : [
{
"driver" : "bridge",
"name" : "bridge"
}
],
"network_mode" : "bridge",
"port_bindings" : [
{
"container_port" : 1900,
"host_port" : 0,
"type" : "udp"
},
{
"container_port" : 3005,
"host_port" : 0,
"type" : "tcp"
},
{
"container_port" : 32400,
"host_port" : 0,
"type" : "tcp"
},
{
"container_port" : 32410,
"host_port" : 0,
"type" : "udp"
},
{
"container_port" : 32412,
"host_port" : 0,
"type" : "udp"
},
{
"container_port" : 32413,
"host_port" : 0,
"type" : "udp"
},
{
"container_port" : 32414,
"host_port" : 0,
"type" : "udp"
},
{
"container_port" : 32469,
"host_port" : 0,
"type" : "tcp"
},
{
"container_port" : 5353,
"host_port" : 0,
"type" : "udp"
},
{
"container_port" : 8324,
"host_port" : 0,
"type" : "tcp"
}
],
"privileged" : false,
"shortcut" : {
"enable_shortcut" : false,
"enable_status_page" : false,
"enable_web_page" : false,
"web_page_url" : ""
},
"use_host_network" : false,
"volume_bindings" : [
{
"host_volume_file" : "/Media",
"mount_point" : "/data/Media",
"type" : "rw"
},
{
"host_volume_file" : "/System/Config/plex",
"mount_point" : "/config",
"type" : "rw"
}
]
}
e code here