Synology DSM 7.0.1 - Docker
I’ve installed the latest LinuxServer.io docker image at Docker Hub
The server seems to be running. The configs directory has all of the Calibre files and DB. PUID and PGID are correct. I can not get the web page to load.
I’ve mapped the ports in the following manner:
- 40013:8080
- 40014:8081
There is a CUSTOM_PORT Environmental Variable that maps to 8080. I’m not sure what that is. I have tried pointing it 40013 but that doesn’t work.
Any assistance would be greatly appreciated. JSON export below.
{
"CapAdd" : [],
"CapDrop" : [],
"cmd" : "",
"cpu_priority" : 50,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enabled" : false,
"entrypoint_default" : "/init",
"env_variables" : [
{
"key" : "CUSTOM_PORT",
"value" : "8080"
},
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "HOME",
"value" : "/config"
},
{
"key" : "LANGUAGE",
"value" : "en_US.UTF-8"
},
{
"key" : "LANG",
"value" : "en_US.UTF-8"
},
{
"key" : "TERM",
"value" : "xterm"
},
{
"key" : "GUIAUTOSTART",
"value" : "true"
},
{
"key" : "TZ",
"value" : "America/New_York"
},
{
"key" : "PUID",
"value" : "1026"
},
{
"key" : "PGID",
"value" : "101"
}
],
"exporting" : false,
"id" : "349cf9c067bde7f7892d4e5b2b65ceafb23905364552a62a8b1e367e849d3c6b",
"image" : "linuxserver/calibre:latest",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
"memory_limit" : 0,
"name" : "linuxserver-calibre1",
"network" : [
{
"driver" : "bridge",
"name" : "bridge"
}
],
"network_mode" : "bridge",
"port_bindings" : [
{
"container_port" : 8080,
"host_port" : 40013,
"type" : "tcp"
},
{
"container_port" : 8081,
"host_port" : 40014,
"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/Books/config",
"mount_point" : "/config",
"type" : "rw"
}
]
}