add jellyfin and cert-sorter
This commit is contained in:
8
jellyfin/Dockerfile
Normal file
8
jellyfin/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM jellyfin/jellyfin:10
|
||||
|
||||
RUN useradd -u 1000 -U -M jellyfin
|
||||
RUN chown jellyfin:jellyfin /cache /config
|
||||
|
||||
USER jellyfin
|
||||
|
||||
WORKDIR /config
|
Reference in New Issue
Block a user