FROM jellyfin/jellyfin:10 RUN useradd -u 1000 -U -M jellyfin RUN chown jellyfin:jellyfin /cache /config USER jellyfin WORKDIR /config