caddy
swarmstack build of Caddy with Prometheus plugin - with and without telemetry
10K+
A Caddy image with and without telemetry (no-stats)
https://hub.docker.com/r/swarmstack/caddy/
Serve files in $PWD:
docker run -it --rm -p 2015:2015 -v $PWD:/www swarmstack/caddy
Overwrite Caddyfile:
docker run -it --rm -p 2015:2015 -v $PWD:/www -v $PWD/Caddyfile:/etc/Caddyfile swarmstack/caddy
Persist /etc/caddycerts to avoid hitting Let's Encrypt's rate limit (ENV CADDYPATH=/etc/caddycerts):
docker run -it --rm -p 2015:2015 -v $PWD:/www -v $PWD/Caddyfile:/etc/Caddyfile -v $PWD/caddycerts:/etc/caddycerts swarmstack/caddy
Content type
Image
Digest
Size
15 MB
Last updated
about 6 years ago
docker pull swarmstack/caddy