jumanjimanji

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by jumanjimanji

  1. I know this might be for Unraid users but perhaps someone could help me. I would like to share my music library while also enjoying Soulseek, the problem is I don't know what's wrong with my config on my DS220+ Synology NAS, this is my Docker CLI setup: docker run -d --name soulseek --restart=always \ -v "/volume1/docker/soulseek/.SoulseekQt":"/data/.SoulseekQt" \ -v "/volume1/docker/soulseek/Soulseek Downloads":"/data/Soulseek Downloads" \ -v "/volume1/docker/soulseek/Soulseek Chat Logs":"/data/Soulseek Chat Logs" \ -v "/volume2/music":"/data/Soulseek Shared Folder" \ -e pgid=100 \ -e puid=1026 \ -e resize=scale \ -e resolution=1280x720 \ -p 6080:6080 \ realies/soulseek:latest As you can see my Shared Folder is on a different volume (physically & virtually) than the rest of the folders, and there is something wrong with the file explorer on SoulseekQt, the folders inside /volume2/music won't show up. I can see they are mounted on the image through the Docker Terminal on Synology's DSM, but I can't make them appear on the GUI.