• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Docker Windows

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Docker Windows

    cant reach jellyfin on docker on windows
    treyzer
    Offline

    Junior Member

    Posts: 40
    Threads: 9
    Joined: 2024 Jul
    Reputation: 0
    Country:United States
    #1
    2024-11-04, 06:49 AM (This post was last modified: 2024-11-04, 06:50 AM by treyzer. Edited 1 time in total.)
    I installed a jellyfin container on docker via this tutorial: https://www.youtube.com/watch?v=CMFR-TYLWv8&t=331s (also planning on using the caddy/cloudflare part of it as well)
    Docker and the ports jellyfin is running on are both passed through my windows firewall. ports are open for the pc as well but that will be used later for caddy.
    Docker reports jellyfin as running fine and gives ports its running on.     but it is unable to connect to localhost:8096(or 8920)    
    other devices on the network cannot reach the IP:8096 address either.
    also - docker reports it as running fine (also compose file gives no errors):    
    docker-compose.yml:    

    any ideas or guidance? I have been working with the author of the tutorial and we are both running out of ideas. note: it works fine for him and loads just fine but for me it is unable to connect. so I assume there is a firewall restriction in someway but cannot find one. if none then I will be transitioning to a baremetal on windows instead of docker
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-11-04, 12:46 PM
    Which IP are you using? I see two LAN IPs in that startup log. Also, the ports section is not used when in host networking mode.

    Also, what is the host OS?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    treyzer
    Offline

    Junior Member

    Posts: 40
    Threads: 9
    Joined: 2024 Jul
    Reputation: 0
    Country:United States
    #3
    2024-11-04, 04:32 PM (This post was last modified: 2024-11-04, 04:34 PM by treyzer.)
    my apologies - had submitted this last night before bed (who knows, maybe it would start working. it didnt)

    My PC static IP is 192.168.1.71. Its entirely possible that we were overlooking things due to sleep so if you notice an issue then it absolutely could be something as simple as an IP conflict.
    If I remove those ports mentioned in the compose, from it - the container is made and starts but doesnt run on any ports (literally the section under the container that would show the ports is blank). If I leave them in then it runs on the ports but says " jellyfin Published ports are discarded when using host network mode" so they seem to be discarded and thus shouldn't make a difference.

    What I am assuming is happening is that there is an IP conflict (like you mentioned) and its starting on that, then discarding the ports related to my actual IP

    localhost:8096 doesn't load either (even clicking on them in docker doesn't load it) so yeah looks like the wrong IP could def be being configured
    treyzer
    Offline

    Junior Member

    Posts: 40
    Threads: 9
    Joined: 2024 Jul
    Reputation: 0
    Country:United States
    #4
    2024-11-04, 04:40 PM
    my entire LAN subnet for reference is 192.168.1.1-.254 (.254 is router, .71 is set to this PC both in Windows and router
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-11-04, 06:00 PM
    I just noticed, this is in WSL. And the subnet you specified aren't the IPs in the Jellyfin log.

    192.168.65.3
    192.168.65.6
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    treyzer
    Offline

    Junior Member

    Posts: 40
    Threads: 9
    Joined: 2024 Jul
    Reputation: 0
    Country:United States
    #6
    2024-11-04, 06:08 PM
    where can I specify those? not currently at my desk (work) and just glancing through the compose - they don’t seem to be referenced plainly
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-11-04, 09:31 PM
    I'm just not sure why there are as many addresses as there are. In a bridge setup there are typically two or three. The bridge network IP, the IPv4 loop back and, if IPv6 is enabled, an IPv6 loop back.

    You have the IPv4 loop back, a bridge network IP, and what looks like two LAN IPs.

    Do you have a VPN running on this server?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    treyzer
    Offline

    Junior Member

    Posts: 40
    Threads: 9
    Joined: 2024 Jul
    Reputation: 0
    Country:United States
    #8
    2024-11-04, 09:43 PM
    I do not. This is a fresh windows 11 install with only docker (with caddy), firefox, discord, and sublime text installed. I’ve also made the appropriate inbound firewall rules for the ports these run on.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2024-11-05, 01:04 AM
    Let's backup a bit. Is there any particular reason you are running Jellyfin in WSL instead of directly on Windows?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    treyzer
    Offline

    Junior Member

    Posts: 40
    Threads: 9
    Joined: 2024 Jul
    Reputation: 0
    Country:United States
    #10
    2024-11-05, 01:22 PM
    Just wanted to try it out - if I’m unable to figure out the issue then I’ll be doing bare windows instead. Which is what i’m currently leaning towards
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode