2024-08-21, 12:40 AM
(2024-08-21, 12:17 AM)TheDreadPirate Wrote: Can you share your docker compose and screenshots of Dashboard > Playback?
Sure thing:
YAML:
services:
jellyfin:
#for specific image-> image: jellyfin/jellyfin:10.8.13
image: jellyfin/jellyfin:latest
container_name: Jellyfin
environment:
#- PUID=0
#- PGID=0
- TZ=America/Los_Angeles
#- JELLYFIN_PublishedServerUrl=192.168.1.#
#note: change TZ to your timezone identifier: https://en.wikipedia.org/wiki/List_of_tz...time_zones
volumes:
- /volume1/docker/jellyfin/cache
cache:rw- /volume1/docker/jellyfin/config
config:rw- /volume1/Media/movies
movies:rw- /volume1/Media/tv
tv:rwdevices:
- /dev/dri/renderD128
dev/dri/renderD128- /dev/dri/card0
dev/dri/card0ports:
- 8096:8096/tcp
network_mode: bridge
#network_mode: host
restart: unless-stopped
Playback settings:
attached

