seedsync icon indicating copy to clipboard operation
seedsync copied to clipboard

Windows Docker Folders

Open Keatingfish opened this issue 2 years ago • 3 comments

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?

Keatingfish avatar Sep 04 '23 20:09 Keatingfish

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?

quadcom avatar Sep 04 '23 20:09 quadcom

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: @.***>

Keatingfish avatar Sep 04 '23 20:09 Keatingfish

Thanks. I believe that fixed it. I had forgotten to set the host dir when running the container. Now its working perfectly. Thanks!

Keatingfish avatar Sep 04 '23 20:09 Keatingfish