Docker image for Caddy server
This image downloads latest Caddy version. By default it offers the following Caddyfile:
0.0.0.0
log
browse
You can use a custom Caddyfile, image uses /Caddyfile
when running the server:
docker run -i -t -v ./MyCaddyfile:/Caddyfile jdempsey77/caddy
By default ports 80, 443 and 2014 are exposed, you can publish them in the host:
docker run -i -t -p 80:80 jdempsey77/caddy