Transform your audio collection into a fully functional streaming service accessible from any device. This open-source music server lets you listen to your favorite tracks through a modern web interface or third-party mobile apps for iOS and Android. It is incredibly lightweight and fast, running smoothly even on resource-limited hardware like a Raspberry Pi.
Key benefits include:
services:
navidrome:
image: deluan/navidrome:latest
user: "1000:1000" # Should be changed to match your host user's UID:GID
ports:
- "4533:4533"
restart: unless-stopped
environment:
ND_SCANSCHEDULE: 1h
ND_LOGLEVEL: info
ND_SESSIONTIMEOUT: 24h
ND_BASEURL: ""
volumes:
- ./data:/data
- ./music:/music:ro# No sensitive environment variables are required for the default installation.
# Navidrome handles admin account creation via the web interface on first launch.Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago