Turn your home network into a comprehensive entertainment hub. This free, privacy-focused media server allows you to stream videos, music, and photos to almost any device, including TVs, smartphones, and gaming consoles. It works instantly without waiting for long library scans and guarantees complete privacy by never tracking your usage. The software automatically adapts media to suit your network and language preferences, transcoding on-the-fly when necessary.
Key Features:
services:
ums:
image: universalmediaserver/ums
container_name: ums
# Host networking is required for DLNA/UPnP discovery to work correctly
network_mode: host
environment:
# Set user/group ID to match your host user if needed for permission management
- PUID=1000
- PGID=1000
volumes:
# Persist configuration, database, and logs
- ./data:/root/.config/UMS
# Mount your media directory
- ./media:/media
restart: unless-stopped# No sensitive environment variables are required for the default configuration.
# If you implement custom authentication or external database connections, define secrets here.Auto-fetched about 1 hour ago
Auto-fetched about 1 hour ago