We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docker build --network=host --tag pyproxy .
docker run --detach --restart=unless-stopped --publish 1234:1080 --mount type=bind,source=/etc/pyproxy.yml,target=/opt/proxy/config.yml pyproxy
1080 is internal port, 1234 - external
There was an error while loading. Please reload this page.