Aggiunto docker-compose.yml

This commit is contained in:
Michele Giacomoli
2026-03-21 00:41:36 +01:00
parent 274c10a56f
commit 58e9e99b64

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
navidrome:
image: deluan/navidrome:latest
user: 1000:1000 # should be owner of volumes
ports:
- "4533:4533"
restart: unless-stopped
environment:
# Optional: put your config options customization here. Examples:
# ND_LOGLEVEL: debug
ND_ENABLEINSIGHTSCOLLECTOR: false
volumes:
- "./data:/data"