• 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: Setting uid & gid of my user with official docker image breaks Jellyfin

     
    • 0 Vote(s) - 0 Average

    SOLVED: Setting uid & gid of my user with official docker image breaks Jellyfin

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-07-10, 06:19 PM (This post was last modified: 2024-07-10, 06:20 PM by TheDreadPirate. Edited 1 time in total.)
    Did you remember to add the "group_add" variable and pass in the render group ID?

    My docker compose for reference.

    Code:
    jellyfin-testing:
        image: jellyfin/jellyfin:10.9.7
        container_name: jellyfin-testing
        user: 105:104
        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:ro
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        restart: 'unless-stopped'

    I also have Jellyfin installed directly on Ubuntu and I piggy back on the UID/GID it generates for all my jellyfin test containers. But the important part is "group_add" for your problem.
    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
    Setting uid & gid of my user with official docker image breaks Jellyfin - by Garret - 2024-07-10, 05:59 PM
    RE: Setting uid & gid of my user with official docker image breaks Jellyfin - by TheDreadPirate - 2024-07-10, 06:19 PM
    RE: Setting uid & gid of my user with official docker image breaks Jellyfin - by Garret - 2024-07-10, 06:44 PM
    RE: Setting uid & gid of my user with official docker image breaks Jellyfin - by TheDreadPirate - 2024-07-10, 07:13 PM
    RE: Setting uid & gid of my user with official docker image breaks Jellyfin - by Garret - 2024-07-11, 09:24 AM
    RE: Setting uid & gid of my user with official docker image breaks Jellyfin - by Efficient_Good_5784 - 2024-07-11, 10:19 AM
    RE: Setting uid & gid of my user with official docker image breaks Jellyfin - by Garret - 2024-07-11, 10:56 AM
    RE: Setting uid & gid of my user with official docker image breaks Jellyfin - by TheDreadPirate - 2024-07-11, 03:42 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