From aad9d69ab3f76b4a4633ace4cba452e709500447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Thu, 7 Mar 2024 11:35:59 +0100 Subject: [PATCH] jellyfin: specify PUID/PGID --- services/jellyfin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/jellyfin.yml b/services/jellyfin.yml index 6b94fe6..7c1b9a8 100644 --- a/services/jellyfin.yml +++ b/services/jellyfin.yml @@ -15,6 +15,8 @@ services: - "${MEDIA_PATH}:/data/media" environment: - "JELLYFIN_PublishedServerUrl=https://jellyfin.${DOMAIN}" + - PUID=${PUID} + - PGID=${PGID} profiles: - base restart: unless-stopped