![]() |
VOOZH | about |
Official image for Navidrome Music Server
10M+
👁 Last Release
👁 Build
👁 Downloads
👁 Docker Pulls
👁 Dev Chat
👁 Subreddit
👁 Contributor Covenant
Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!
Any feedback is welcome! If you need/want a new feature, find a bug or think of any way to improve Navidrome, please file a GitHub issue or join the discussion in our Subreddit. If you want to contribute to the project in any other way (ui/backend dev, translations, themes), please join the chat in our Discord server.
To see Navidrome in action, check out our live demo
If you plan to host Navidrome in the cloud, a great option is to get a virtual server at BuyVM. Their service is Docker-friendly and they have plans that start at $2/month! If you decide to sign up, please consider using our affliliate link, to help support the project <3
For information about upcoming features, take a look at the project's road map
Docker images are available for linux/amd64, linux/arm/v7 and linux/arm64. They include everything needed
to run Navidrome. Example of usage with Compose:
# This is just an example. Customize it to your needs.
version: "3"
services:
navidrome:
image: deluan/navidrome:latest
ports:
- "4533:4533"
environment:
# Optional: put your config options customization here. Examples:
ND_SCANSCHEDULE: 1h
ND_LOGLEVEL: info
ND_BASEURL: ""
volumes:
- "./data:/data"
- "/path/to/your/music/folder:/music:ro"
To get the cutting-edge, latest version from master, use the image deluan/navidrome:develop
For more details, please head to our (ever improving) documentation site.
👁 Image
👁 Image
👁 Image
👁 Image
Check the up to date compatibility table for the latest Subsonic features available.
Content type
Image
Digest
sha256:3095897ad…
Size
72.9 MB
Last updated
about 6 hours ago
docker pull deluan/navidrome:pr-5655