Skip to content

exekias/docker-caddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker image for Caddy server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published