Music Assistant Server Install

Hello,

DNS problem means you may have the DNS not resolving the github address, try to check what are you using like 1.1.1.1 or maybe it is your ISP giving you the dns.

What do you want to do with that file?
You may want to use a docker compose file, like the original that you find in docs:


services:
  music-assistant-server:
    image: ghcr.io/music-assistant/server:latest # <<< Desired release version here (or use beta to get the latest beta version)
    container_name: music-assistant-server
    restart: unless-stopped
    # Network mode must be set to host for MA to work correctly
    network_mode: host
    volumes:
      - ${USERDIR:-$HOME}/docker/music-assistant-server/data:/data/
    # privileged caps (and security-opt) needed to mount smb folders within the container
    cap_add:
      - SYS_ADMIN
      - DAC_READ_SEARCH
    security_opt:
      - apparmor:unconfined
    environment:
      # Provide logging level as environment variable.
      # default=info, possible=(critical, error, warning, info, debug)
      - LOG_LEVEL=info

Since I am not an expert of the Synology neither of MA you might also ask in the following thread where developers are answering about MA: