Mstream

Music streaming server with GUI management tools. Runs on Mac, Windows, and Linux.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
 
services:
  mstream:
    image: lscr.io/linuxserver/mstream:latest
    container_name: mstream
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/mstream/data:/config
      - /path/to/music:/music
    ports:
      - 3000:3000
    restart: unless-stopped

Resources

Website: https://mstream.io/

GitHub: https://github.com/IrosTheBeggar/mStream

Docker Hub: https://hub.docker.com/r/linuxserver/mstream

Configuration: https://github.com/linuxserver/docker-mstream