I've come across an issue after moving my media server to a new host along with all my docker images. My deluge download speed is a lot slower than it should be on the new host and I can't figure out why. As an example, I downloaded the same file on both hosts at same time and averaged 7.5-8MiB/s on old host and 1.5-2MiB/s on new. (My internet connection is 500Mbps fibre and I usually max out at 30MiB/s on downloads on old host).
I've used the same docker-compose file in portainer so I know I have the same set up. The wg0.conf file is set with the same PIA endpoint and the file permissions are all similar. I'm a bit stumped as to what the issue could be.
Differences are:
Old vs New
Ubuntu 20.04 vs 22.04
Docker-Compose 1.25.0 vs 1.29.2
Docker 24.0.7 vs 24.0.5
Any ideas what could be causing this issue?