Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 949 Bytes

README.md

File metadata and controls

executable file
·
21 lines (15 loc) · 949 Bytes

A tiny Caddy image with the Forward Proxy plugin compressed with UPX.

Usage

The HTTP proxy port is 2015:

docker run -it --rm -p 2015:2015 unixfox/caddy-proxy

Overwrite Caddyfile:

docker run -it --rm -p 2015:2015 -v $PWD/Caddyfile:/etc/Caddyfile unixfox/caddy-proxy

Access the .caddy in case you need it:

docker run -it --rm -p 2015:2015 -v $PWD/Caddyfile:/etc/Caddyfile -v $HOME/.caddy:/etc/.caddy unixfox/caddy-proxy