14 lines
385 B
YAML
14 lines
385 B
YAML
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
|
|
volumes:
|
|
- /home/miker/docker/navidrome/data:/data
|
|
- /home/miker/docker/data/music:/music:ro
|