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