1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-26 00:38:37 +00:00
dockerfiles/navidrome/README.md
2021-04-01 16:05:43 +08:00

18 lines
409 B
Markdown

navidrome
=========
[Navidrome][1] 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!
## up and running
```bash
$ mkdir -p data music
$ chown -R 1000:1000 data music
$ docker-compose up -d
$ curl http://127.0.0.1:4533
```
[1]: https://github.com/navidrome/navidrome