github.com/jojomi/docker-caddy

Docker container for serving web content using caddy (https://caddyserver.com)


License
Apache-2.0
Install
go get github.com/jojomi/docker-caddy

Documentation

docker-caddy

Docker container for serving content using caddy.

This docker image contains caddy webserver, version 0.8. This software's license can be found here.

Customizing

I decided to keep bare caddy in this image. If you need some of the caddy plugins, you need to fork this repository and follow the steps in Updating section.

Updating

If you this repository is abandoned and you can't reach me to update it, this is how to make a fresh version:

  • Edit the Dockerfile changing the value of ENV CADDY_VERSION=0.8.1
  • Tag the new version: git tag 0.8.1
  • Push the new tag: git push --tags
  • If necessary, update configuration at Docker Hub

See Also