Open shogunreaper opened 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
@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.
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