Skip to content

Transmission "HOST_DOWNLOAD_PATH" in docker-compose.transmission-vpn.yml #145

Answered by lardbit
jpbaril asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jpbaril,

The reason the HOST_DOWNLOAD_PATH differs in those two files is because they are different docker images which expects the downloads to live in different places. The main docker-compose.yml file uses only transmission and the docker-compose.transmission-vpn.yml uses transmission+vpn. Each docker image is unique and expects different parameters, but you'll only be using one of them, depending if you want a VPN baked in or not.

The transmission-settings.json file is for the regular transmission (without vpn) and that's why it's download path is /downloads just as in docker-compose.yml. Editing the file will have no effect on the vpn compose file (docker-compose.transmission-vpn…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@jpbaril
Comment options

Answer selected by jpbaril
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants