add: add navidrome

This commit is contained in:
2026-01-31 09:25:33 +00:00
parent 3b61ed27b7
commit ba3cd6a33c

View File

@@ -0,0 +1,11 @@
services:
navidrome:
container_name: navidrome
image: deluan/navidrome:latest
user: 1000:1000 # should be owner of volumes
ports:
- "8016:4533"
restart: unless-stopped
volumes:
- "/docker/navidrome:/data:rw"
- "/nfs/media/Musics:/music:ro"