1
0
Fork 0

jellyfin: specify PUID/PGID

This commit is contained in:
Lukáš Kucharczyk 2024-03-07 11:35:59 +01:00
parent dd2e32a145
commit aad9d69ab3
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ services:
- "${MEDIA_PATH}:/data/media"
environment:
- "JELLYFIN_PublishedServerUrl=https://jellyfin.${DOMAIN}"
- PUID=${PUID}
- PGID=${PGID}
profiles:
- base
restart: unless-stopped