jellyfin: specify PUID/PGID
This commit is contained in:
parent
dd2e32a145
commit
aad9d69ab3
|
@ -15,6 +15,8 @@ services:
|
|||
- "${MEDIA_PATH}:/data/media"
|
||||
environment:
|
||||
- "JELLYFIN_PublishedServerUrl=https://jellyfin.${DOMAIN}"
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
profiles:
|
||||
- base
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue