Skip to content

Instantly share code, notes, and snippets.

@phoenixthrush
Created April 29, 2024 12:52
Show Gist options
  • Save phoenixthrush/c464ad81d6f885a57773add5260d2b88 to your computer and use it in GitHub Desktop.
Save phoenixthrush/c464ad81d6f885a57773add5260d2b88 to your computer and use it in GitHub Desktop.
Jellyfin Docker Compose File
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
ports:
- 8096:8096
volumes:
- jellyfin-config:/config
- jellyfin-cache:/cache
- ./media:/media
restart: unless-stopped
volumes:
jellyfin-config:
jellyfin-cache:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment