Skip to content

Instantly share code, notes, and snippets.

@TautvydasDerzinskas
Created March 13, 2025 03:12
Show Gist options
  • Save TautvydasDerzinskas/0cb08021e7c8c57eab503a7ebe57bd3c to your computer and use it in GitHub Desktop.
Save TautvydasDerzinskas/0cb08021e7c8c57eab503a7ebe57bd3c to your computer and use it in GitHub Desktop.
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1001
- PGID=100
- TZ=Europe/Warsaw
volumes:
- /srv/dev-disk-by-uuid-fb0ba068-25f2-4249-9338-abae9a266bf1/Docker/appdata/jellyfin/config:/config
- /srv/dev-disk-by-uuid-fb0ba068-25f2-4249-9338-abae9a266bf1/Docker/appdata/jellyfin/cache:/cache
- /srv/mergerfs/Media/Media:/media
ports:
- 8096:8096
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment