binhex / arch-delugevpn

Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
GNU General Public License v3.0
696 stars 112 forks source link

Is /data volume hardcoded somewhere? #288

Closed goku-son closed 2 years ago

goku-son commented 3 years ago

Hi, I am using binhex/arch-delugevpn image with the following volumes:

volumes:

The Deluge GUI is using /downloads/incomplete and /downloads/complete. Everything works as it should and it has and continues to run fine with no issues. However, I noticed that it also creates an additional volume mapped to /data, even though it is not used. How can I get by set up such that it does not create the /data volume at all? Whenever I recreate the container, it releases the previous data volume, and creates a new one, causing orphaned volumes. I just don't want /data created since I am using /downloads and would like to keep that name and get rid of /data. Thanks in advance for any guidance.

binhex commented 2 years ago

this WAS hard coded into the Dockerfile, however there was a request to remove this for the above reason you just detailed, so the next build of the image will have /data removed.

goku-son commented 2 years ago

Thank you!