Take full control of your personal audio collection by hosting a private music server. This open-source solution allows you to access your favorite tracks from anywhere and sync them across all your devices for offline listening. Setup takes just 30 seconds, and it runs seamlessly on any operating system, allowing you to play music directly in any web browser.\n\nEnjoy a premium listening experience with features designed for true music enthusiasts:\n\n* Uncompressed Audio: Stream high-fidelity formats like FLAC without losing quality.\n* Total Privacy: Keep your listening habits completely private with no tracking or analytics.\n* Ad-Free Experience: Own your music without interruptions or the risk of content being removed.\n* Advanced Playback: Benefit from gapless playback, playlist sharing, and the classic Milkdrop visualizer.\n* Easy Management: Quickly add new tracks using simple drag-and-drop file uploading.
services:
mstream:
image: lscr.io/linuxserver/mstream:latest
container_name: mstream
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
- ./music:/music
ports:
- 3000:3000
restart: unless-stopped# No sensitive environment variables are required for this configuration.
# Default login credentials (if applicable) are typically admin/admin or configured via the Web UI.Auto-fetched about 19 hours ago
Auto-fetched about 19 hours ago