Sign inSign up

jojomi/caddy

By jojomi

Updated about 7 years ago

Caddy webserver

Image
0

100K+

jojomi/caddy repository overview

docker-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.

Building The Image Yourself (optional)

docker build -t jojomi/caddy:latest .

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 update caddy_main.go.

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.9.4
  • Tag the new version: git tag -d 0.9 && git tag 0.9
  • Push the new tag: git push --tags
  • If necessary, update configuration at Docker Hub

See Also

Tag summary

Content type

Image

Digest

sha256:71535e753

Size

14.6 MB

Last updated

about 7 years ago

docker pull jojomi/caddy