version: "3" 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_SCANSCHEDULE: 1h ND_LOGLEVEL: info ND_SESSIONTIMEOUT: 96h ND_BASEURL: "" ND_REVERSEPROXYWHITELIST: "192.168.1.158/23" logging: options: max-size: 1m max-file: '5' volumes: - "./data:/data" - "/data/media/music:/music:ro"