binhex / arch-qbittorrentvpn

Docker build script for Arch Linux base with qBittorrent, Privoxy and OpenVPN
GNU General Public License v3.0
397 stars 46 forks source link

Stop defining volumes in Dockerfile #108

Closed fryfrog closed 2 years ago

fryfrog commented 2 years ago

Hey @binhex, how would you feel about dropping the defined volumes in your Dockerfile? In this one, you define /data and /media for example. That means that if someone doesn't use those paths, Docker creates volumes for them. Ideally, I'd ask you to do them more like @hotio, with no volumes defined or suggested... but I'd settle for not defining them like LSIO has done.

binhex commented 2 years ago

done (all images).

fryfrog commented 2 years ago

Thanks a bunch! :)