jellyfin: set user
This commit is contained in:
parent
f4c70f09e0
commit
4be4a0aa60
2 changed files with 3 additions and 0 deletions
|
@ -12,3 +12,4 @@ UID | GID | Container | Notes
|
|||
60 | 60 | minetest-mapserver |
|
||||
70 | 70 | etherpad |
|
||||
80 | 80 | serve | Static HTTP Server based on Node.js
|
||||
90 | 90 | jellyfin |
|
||||
|
|
|
@ -25,6 +25,8 @@ ENV LANGUAGE en_GB:en
|
|||
|
||||
VOLUME /srv/cache /srv/config /srv/media
|
||||
|
||||
USER 90:90
|
||||
|
||||
# Default port number: 8096
|
||||
# Note to self: Consider mounting a tmpfs to /srv/cache in the Nomad config
|
||||
ENTRYPOINT [ "/usr/bin/jellyfin", \
|
||||
|
|
Loading…
Reference in a new issue