and a comma

This commit is contained in:
coolnsx
2023-11-29 18:08:46 +05:30
parent f0ae39b0e6
commit dac6d730f6
3 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Kolkata
- JELLYFIN_PublishedServerUrl=192.168.1.2
volumes:
- jellyfin:/config
- /media/vault/data/media:/data
ports:
- 8096:8096
- 7359:7359/udp # optional
- 1900:1900/udp # optional
devices:
- /dev/video10:/dev/video10
- /dev/video11:/dev/video11
- /dev/video12:/dev/video12
restart: unless-stopped
volumes:
jellyfin: