services: navidrome: container_name: 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: - navidrome-data:/data - type: bind source: ${SEAFILE_ZIC} target: /music read_only: true bind: propagation: rslave privileged: true cap_add: - SYS_ADMIN volumes: navidrome-data: