• 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 SOLVED: Jellyfin web client docker compose

     
    • 0 Vote(s) - 0 Average

    SOLVED: Jellyfin web client docker compose

    Jellyfin server with web client docker compose.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2024-08-13, 03:00 PM
    A couple of things you can try. You can have Jellyfin straight up listen on port 2008 instead of trying to map the inner/outer ports. You'd have to modify network.xml and restart the container.

    Code:
    <InternalHttpPort>8096</InternalHttpPort>

    Also, since you are using bridge networking, perhaps switch to using "expose" instead of "ports".

    My docker compose for reference.

    Code:
    services:
      jellyfin-testing:
        image: jellyfin/jellyfin:10.9.9
        container_name: jellyfin-testing
        user: 110:110
        group_add:
          - "993" # Intel render group
        networks:
          blackmoon:
            ipv4_address: 172.16.100.2
        expose:
          - 8096
        volumes:
          - ./jellyfin-stable-data/config:/config
          - ./jellyfin-stable-data/cache:/cache
          - /media/library:/media/library:ro
          - /media/storage2:/media/storage2
          - /media/ramdisk:/media/ramdisk
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        restart: 'unless-stopped'

    networks:
      blackmoon:
        ipam:
          driver: default
          config:
            - subnet: "172.16.100.0/24"
    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]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin web client docker compose - by Limos21 - 2024-08-13, 01:57 PM
    RE: Jellyfin web client docker compose - by Limos21 - 2024-08-13, 02:07 PM
    RE: Jellyfin web client docker compose - by TheDreadPirate - 2024-08-13, 03:00 PM
    RE: Jellyfin web client docker compose - by Limos21 - 2024-08-14, 02:55 PM
    RE: Jellyfin web client docker compose - by TheDreadPirate - 2024-08-14, 04:03 PM
    RE: Jellyfin web client docker compose - by Limos21 - 2024-08-14, 05:39 PM
    RE: Jellyfin web client docker compose - by TheDreadPirate - 2024-08-14, 05:48 PM
    RE: Jellyfin web client docker compose - by Limos21 - 2024-08-14, 07:03 PM

    • 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