{
"CapAdd" : null,
"CapDrop" : null,
"cmd" : "",
"cpu_priority" : 50,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enabled" : true,
"entrypoint_default" : "/init",
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "TERM",
"value" : "xterm"
},
{
"key" : "LANG",
"value" : "C.UTF-8"
},
{
"key" : "LC_ALL",
"value" : "C.UTF-8"
},
{
"key" : "CHANGE_CONFIG_DIR_OWNERSHIP",
"value" : "true"
},
{
"key" : "HOME",
"value" : "/config"
},
{
"key" : "PLEX_CLAIM",
"value" : "*********(taken out)"
},
{
"key" : "PUID",
"value" : "1026"
},
{
"key" : "GUID",
"value" : "100"
}
],
"exporting" : false,
"id" : "a2011660e9fb23ebc729001aa76e2bb121549823bfe7827ba2a43cf83893eb35",
"image" : "plexinc/pms-docker:latest",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
"memory_limit" : 0,
"name" : "plex",
"network" : [
{
"driver" : "host",
"name" : "host"
}
],
"network_mode" : "host",
"port_bindings" : [],
"privileged" : false,
"shortcut" : {
"enable_shortcut" : false,
"enable_status_page" : false,
"enable_web_page" : false,
"web_page_url" : ""
},
"use_host_network" : true,
"volume_bindings" : [
{
"host_volume_file" : "/Media",
"mount_point" : "/media",
"type" : "rw"
},
{
"host_volume_file" : "/docker/plex/transcode",
"mount_point" : "/transcode",
"type" : "rw"
},
{
"host_volume_file" : "/docker/plex/data",
"mount_point" : "/data",
"type" : "rw"
},
{
"host_volume_file" : "/docker/plex/config",
"mount_point" : "/config",
"type" : "rw"
}
]
}
Hardware: Synology DS920+
Docker Image: plexinc/pms-docker:latest
Issue: I just got this synology nas, and Iām moving my media over from my main PC. Finally got my plex running in docker, but every time I log into http:myipaddress:32400/manage (or /web) it brings me back to Plexās home page where I would normally see my media. I went through and deleted my old server, I even deleted my account (mistake, donāt do that if anyone finds this post).
My plex container is running on the same network as the host, I only have one subnet for my entire network, and Iāve completely uninstalled plex from my main PC. Iāve opened it in new browsers, Iāve opened browsers in incognito mode, Iāve reset my computer, the Nas, and the container and still it doesnāt work.
My previous setup did utalize nat, but I deleted all those settings from my firewall, so that shouldnāt be causing an issue anymore either.
Iām about to tare my hair out with with how frustrating this process has been, I need advice on where to go from here.
