2025-02-11, 07:13 AM
(This post was last modified: 2025-02-11, 06:22 PM by jellyfin9r. Edited 1 time in total.)
(2025-02-10, 09:45 PM)TheDreadPirate Wrote: How is the container setup? What ports are you publishing? Can you share your docker compose?
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=${jellyfin_puid}
- PGID=${jellyfin_pgid}
- TZ=${TZ}
volumes:
- ${APPDATA}/jellyfin/library: /config
- ${APPDATA}/jellyfin/cache: /cache
- ${FILME}: /Filme
- ${HOERBUECHER}: /Hoerbuecher
- ${MUSIK}: /Musik
- ${SERIEN}: /Serien
ports:
- 8096:8096
- 8920:8920
restart: unless-stopped