I’m curious if there’s a specific way to go about doing this?

Can I just set my docker-compose.yaml to

volumes:
      - "/opt/navidrome/data:/data"
      - "http://192.168.0.88/Shared Music/:/music:ro"

Or do I have to mount the directory first

Or can I use the ND_BASEURL?

  • Ryan@discuss.tchncs.deM
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    I think you need to mount the directory first. I’m not aware that docker can directly mount volumes from another server.

    • sabreW4K3@lemmy.tfOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      6 months ago

      Thanks, do you know what the optimal way to do this on boot is? Or is it best just to do it manually?