Convert Jellyfin
This commit is contained in:
parent
bb04d11f57
commit
f717b9f7e4
1 changed files with 3 additions and 3 deletions
|
|
@ -5,13 +5,13 @@ services:
|
||||||
image: lscr.io/linuxserver/jellyfin
|
image: lscr.io/linuxserver/jellyfin
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
environment:
|
environment:
|
||||||
- PUID=1001
|
- PUID=1964
|
||||||
- PGID=998
|
- PGID=1964
|
||||||
- TZ=America/Chicago
|
- TZ=America/Chicago
|
||||||
# - JELLYFIN_PublishedServerUrl=http://jellyfin.local:8096 # Optional, helps clients find the server
|
# - JELLYFIN_PublishedServerUrl=http://jellyfin.local:8096 # Optional, helps clients find the server
|
||||||
volumes:
|
volumes:
|
||||||
- /DockerVol/Jellyfin/config:/config
|
- /DockerVol/Jellyfin/config:/config
|
||||||
- /data/nfs/Baxter/Data/media:/data:shared
|
- /data/nfs/znas/Data/media:/data:shared
|
||||||
ports:
|
ports:
|
||||||
- "8096:8096"
|
- "8096:8096"
|
||||||
- "8920:8920"
|
- "8920:8920"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue