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/cachecache:rw
- /volume1/docker/jellyfin/configconfig:rw
- /volume1/Media/moviesmovies:rw
- /volume1/Media/tvtv:rw
devices:
- /dev/dri/renderD128dev/dri/renderD128
- /dev/dri/card0dev/dri/card0
ports:
- 8096:8096/tcp
network_mode: bridge
#network_mode: host
restart: unless-stopped
Playback settings:
attached