jojomi/caddy
Docker container for serving content using caddy.
Please make sure your usage of caddy is in accordance to their license.
This docker image contains caddy webserver. This software's license can be found here.
docker build -t jojomi/caddy:latest .
I decided to keep bare caddy in this image. If you need some of the caddy plugins, you need to fork this repository and update caddy_main.go
.
If you this repository is abandoned and you can't reach me to update it, this is how to make a fresh version:
ENV CADDY_VERSION=0.9.4
git tag -d 0.9 && git tag 0.9
git push --tags
docker pull jojomi/caddy