diff --git a/images/docker-jellyfin/index.html b/images/docker-jellyfin/index.html index 077dfde0c8..998b08b026 100644 --- a/images/docker-jellyfin/index.html +++ b/images/docker-jellyfin/index.html @@ -45,4 +45,4 @@ services: -p 1900:1900/udp \
The official documentation for environmentals has additional environmentals that can provide additional configurability such as migrating to the native Jellyfin image.
When using volumes (-v
flags), permissions issues can arise between the host OS and the container, we avoid this issue by allowing you to specify the user PUID
and group PGID
.
Ensure any volume directories on the host are owned by the same user you specify and any permissions issues will vanish like magic.
In this instance PUID=1000
and PGID=1000
, to find yours use id user
as below:
$ id username
uid=1000(dockeruser) gid=1000(dockergroup) groups=1000(dockergroup)
-
We publish various Docker Mods to enable additional functionality within the containers. The list of Mods available for this image (if any) as well as universal mods that can be applied to any one of our images can be accessed via the dynamic badges above.
docker exec -it jellyfin /bin/bash
docker logs -f jellyfin
docker inspect -f '{{ index .Config.Labels "build_version" }}' jellyfin
docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/jellyfin:latest
bionic
tag.UMASK_SET
in favor of UMASK in baseimage, see above for more information./dev/vc-mem
with /dev/vcsm
as the former was not sufficient for raspbian./config
).