You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Tony Blyler 1f00a43dbe
Add README and update entrypoint to force listen port
7 years ago
Dockerfile Add README and update entrypoint to force listen port 7 years ago
LICENSE Initial commit 7 years ago
README.md Add README and update entrypoint to force listen port 7 years ago

README.md

HUProxy

A Docker image for HUProxy.

Usage

docker run -d -p 8086:8086 tblyler/huproxy

You can then use port 8086 for your web proxy. For configuration see HUProxy's GitHub.

To run with different options...

-listen :8086 is part of the ENTRYPOINT

docker run -d -p 8086:8086 tblyler/huproxy -dial_timeout 30s -write_timeout 30s -handshake_timeout 30s