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