minor adjustment
This commit is contained in:
@@ -2,11 +2,11 @@ services:
|
|||||||
jellyfin:
|
jellyfin:
|
||||||
image: linuxserver/jellyfin:latest
|
image: linuxserver/jellyfin:latest
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
user: 1000:1000
|
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
|
- JELLYFIN_PublishedServerUrl=https://stream.bluenas.de
|
||||||
- DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
|
- DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/jellyfin:/config
|
- /mnt/appdata/jellyfin:/config
|
||||||
|
|||||||
Reference in New Issue
Block a user