linuxserver / docker-jackett

GNU General Public License v3.0
395 stars 95 forks source link

WebUI unable to connect port 9117 #89

Closed rinzes closed 5 years ago

rinzes commented 5 years ago

I recently installed this and I am unable to bring up the WebUI when I enter http://myip:9117. I get "This site can’t be reached" I tried restarting and reinstall to not avail. Here is my .config file

{ "cap_add" : [], "cap_drop" : [], "cmd" : "", "cpu_priority" : 50, "devices" : null, "enable_publish_all_ports" : false, "enable_restart_policy" : false, "enabled" : true, "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" : "XDG_DATA_HOME", "value" : "/config" }, { "key" : "XDG_CONFIG_HOME", "value" : "/config" }, { "key" : "LOCAL_NETWORK", "value" : "192.168.182.0/24" }, { "key" : "RUN_OPTS", "value" : "" }, { "key" : "PGID", "value" : "100" }, { "key" : "PUID", "value" : "1029" }, { "key" : "TZ", "value" : "America/Boise" } ], "exporting" : false, "id" : "aecf6ffcbe37125226cc04a89a994b45f700f756ea5bcf5134212eb5f1afbc03", "image" : "linuxserver/jackett:latest", "is_ddsm" : false, "is_package" : false, "links" : [], "memory_limit" : 0, "memory_limit_slider" : 1024, "name" : "jackett", "network" : [ { "driver" : "bridge", "name" : "bridge" } ], "network_mode" : "bridge", "port_bindings" : [ { "container_port" : 9117, "host_port" : 0, "type" : "tcp" } ], "privileged" : false, "shortcut" : { "enable_shortcut" : true, "enable_status_page" : false, "enable_web_page" : true, "web_page_url" : "http://192.168.182.250:9117" }, "ulimits" : null, "use_host_network" : false, "volume_bindings" : [ { "host_volume_file" : "/docker/jackett/blackhole", "mount_point" : "/downloads", "type" : "rw" }, { "host_volume_file" : "/docker/jackett/data", "mount_point" : "/config", "type" : "rw" } ], "volumes_from" : null }

rinzes commented 5 years ago

I found the problem. and I had to change "AUTO" to 9117 in the container port