Bring all your home videos, music, and photos together into one beautifully organized place. This open media solution automatically converts and streams your media on-the-fly, allowing you to play your content on virtually any device, whether you are at home or on the go. Forget about fumbling with IP addresses; simply sign in and start watching.\n\nTake full control of your entertainment experience with powerful built-in features:\n\n* Universal Device Support: Watch on Android, iOS, Apple TV, Roku, Smart TVs, and web browsers.\n* Live TV and DVR: Stream live television to any device, manage your DVR recordings, and build your custom library.\n* Parental Controls: Easily restrict content access for children, set access schedules, and monitor viewing sessions.\n* Automatic Organization: Transform your personal files into rich, beautiful displays with automatic metadata fetching.\n* DLNA Integration: Automatically detect and cast content to DLNA-compatible devices on your network.\n\nSpend more time enjoying your media and less time managing it.
services:
emby:
image: lscr.io/linuxserver/emby:latest
container_name: emby
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
- ./media/tvshows:/data/tvshows
- ./media/movies:/data/movies
ports:
- 8096:8096
- 8920:8920
restart: unless-stopped
# devices:
# - /dev/dri:/dev/dri # Optional: For hardware transcoding# No sensitive credentials are required for the initial setup of Emby.
# All configuration is handled via the web interface at http://localhost:8096Auto-fetched 7 minutes ago
Auto-fetched 7 minutes ago