# This is just an example. Customize it to your needs. version: "3" services: navidrome: image: deluan/navidrome:latest ports: - "4533:4533" environment: # All options with their default values: ND_MUSICFOLDER: /music ND_DATAFOLDER: /data ND_SCANINTERVAL: 1m ND_LOGLEVEL: info ND_PORT: 4533 volumes: - "./data:/data" - "./music:/music"