seedsync
seedsync copied to clipboard
Windows Docker Folders
I cannot figure out how to get SeedSync to utilize a download folder for Windows. It only lets me put the /downloaded which stores it in the hidden network share that the container is in. How do I get it to utilize a different drive?
As with any Docker container, you need to map host directories to container directories to have persistent storage.
Have you followed the step by step Docker install instructions and mapped volumes?
I have tried. Brand new to the docker thing, so probably failed at that. I'll give it another look
On Mon, Sep 4, 2023 at 3:12 PM quadcom @.***> wrote:
As with any Docker container, you need to map host directories to container directories to have persistent storage.
Have you followed the step by step Docker install instructions and mapped volumes?
— Reply to this email directly, view it on GitHub https://github.com/ipsingh06/seedsync/issues/130#issuecomment-1705669480, or unsubscribe https://github.com/notifications/unsubscribe-auth/A55KJHXUQ6LSCFQI5DSFX4DXYYY4NANCNFSM6AAAAAA4K2CPBQ . You are receiving this because you authored the thread.Message ID: @.***>
Thanks. I believe that fixed it. I had forgotten to set the host dir when running the container. Now its working perfectly. Thanks!