jellyfin: set user

This commit is contained in:
Starbeamrainbowlabs 2020-10-17 17:49:20 +01:00
parent f4c70f09e0
commit 4be4a0aa60
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 3 additions and 0 deletions

View File

@ -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 |

View File

@ -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", \