Unsure how to connect Stash Docker to my Truenas

Hello! So let me preface this by saying im super new to all of this. Currently, I’m running stash through a Proxmox VM of Ubuntu Desktop as a Docker container. I’ve been checking around and trying to see how to get the docker to see my truenas media folder location, but I’ve been unsuccessful in doing so.

Am I missing something obvious? Ive been looking at my docker compose yaml but nothing jumps out at me for being what I need. Im very much a layman when it comes to this, so im sorry if im asking a stupid question. Thank you for your time!

You might want to use discord for more short answer and question.

I don’t use Proxmox but use TrueNAS which I assume work the same way, you must “Mount the path” of the files. then you have to add that Mount Path/Folder to Stash Docker so it can access the files.

You can post your yaml and I can see what you can do, I also recommend using AI to help you answer some question while you wait.

Here how I add mine;

volumes: ## Adjust below paths (the left part) to your liking. ## E.g. you can change ./config:/root/.stash to ./stash:/root/.stash ## The left part is the path on your host, the right part is the path in the stash container. - /mnt/hddname/Media:/Media

1 Like

Thank you for the suggestion and the discord reccomendation!