Connection Refused on Windows 10

Hello, docker noob here. I’ve installed docker on a host running windows 10. If I attempt the basic command:

docker run -d -p 80:80 docker/getting-started

I get the following error:

docker: Error response from daemon: Get “https://registry-1.docker.io/v2/”: proxyconnect tcp: dial tcp 192.168.65.7:3128: connect: connection refused.

I’m just on my home wifi so I don’t believe this is an issue with a proxy. I have docker desktop installed and open.

Any advice is appreciated.

docker --version gives:
Docker version 20.10.22, build 3a2c30b