kfei / docktorrent

:zap: Full-featured BitTorrent box runs in Docker
378 stars 65 forks source link

Change download directory #45

Open shogunreaper opened 7 years ago

shogunreaper commented 7 years ago

How can i change the download directory?

no matter what i do when i install it always seems to save files under /var/lib/docker/volumes/

like:

/var/lib/docker/volumes/95ea93545ba89f0a11afbcb80398de1d640c841a0028e201f7d919db15ffca65/_data/

i want to save the files under /root/downloads

stevesbrain commented 7 years ago

@shogunreaper - you need to map your volume to /root/downloads on the host, rather than allowing it to use its internal volume. See here for the official documentation.