Sign inSign up

exekias/caddy

By exekias

Updated over 9 years ago

Docker image for Caddy server

Image
1

1.9K

exekias/caddy repository overview

docker-caddy

Docker image for Caddy server

This image downloads latest Caddy version. By default it offers the following Caddyfile:

0.0.0.0
log
browse

Paths

You can use a custom Caddyfile, image uses /Caddyfile when running the server:

docker run -i -t -v ./MyCaddyfile:/Caddyfile exekias/caddy

Ports

By default ports 80, 443 and 2014 are exposed, you can publish them in the host:

docker run -i -t -p 80:80 exekias/caddy

Tag summary

Content type

Image

Digest

Size

62.7 MB

Last updated

over 9 years ago

docker pull exekias/caddy