Take complete ownership of your entertainment with a volunteer-built media solution. Whether you want to watch movies, binge TV shows, listen to music, or read comics, this platform lets you host everything on your own server and access it from anywhere. It is built on the principle that your media belongs to you, offering a transparent experience without tracking or hidden costs.
Organize your entire collection with beautiful artwork and automatic sorting. Enjoy your media on the go or at home using a wide variety of supported devices.
Key Benefits:
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
- ./media/tvshows:/data/tvshows
- ./media/movies:/data/movies
ports:
- 8096:8096
- 8920:8920
- 7359:7359/udp
- 1900:1900/udp
restart: unless-stopped# No sensitive credentials are required for the initial Jellyfin setup.
# Configuration is handled via the web interface at http://localhost:8096Auto-fetched about 20 hours ago
Auto-fetched about 20 hours ago