zhaow-de / rotating-tor-http-proxy

A multi-arch image provides one HTTP proxy endpoint with many concurrent tunnels to the Tor network.
https://hub.docker.com/r/zhaowde/rotating-tor-http-proxy
MIT License
129 stars 36 forks source link

How to change the proxy port #4

Open luisee opened 1 year ago

luisee commented 1 year ago

Hi, I don't know if I'm doing it wrong, but run:

docker run --rm -it -p 3333:3333 zhaowde/rotating-tor-http-proxy

It doesn't make the proxy work on port 3333.

zhaow-de commented 1 year ago

Please refer to https://docs.docker.com/network/

It should be:

docker run --rm -it -p 3333:3128 zhaowde/rotating-tor-http-proxy