Navidrome

Navidrome allows you to enjoy your music collection from anywhere, by making it available through a modern Web UI and through a wide range of third-party compatible mobile apps, for both iOS and Android devices. Homepage: https://www.navidrome.org/ Docker Information: https://www.navidrome.org/docs/installation/docker/

Docker-Compose.yml

version: '3'

services:
  navidrome:
    image: deluan/navidrome:latest
    user: 1026:100 # should be owner of volumes
    ports:
      - 4533:4533
    restart: unless-stopped
    environment:
      # Optional: put your config options customization here. Examples:
      ND_SCANSCHEDULE: 1h
      ND_LOGLEVEL: info  
      ND_SESSIONTIMEOUT: 24h
    volumes:
      - /volume1/Configs/Navidrome:/data
      - /volume1/Music:/music:ro