Sign inSign up

technovilla/caddy

By technovilla

Updated over 6 years ago

Caddy with dynamic plugin support

Image
0

377

technovilla/caddy repository overview

Caddy

A Docker image for Caddy. This image is similar to the docker image abiosoft/caddy, additionally it supports dynamic plugin loading.

Example:

$ docker run -d \ -v $(pwd)/Caddyfile:/etc/Caddyfile \ -v $HOME/.caddy:/root/.caddy \ -e "CADDY_PLUGINS=http.filemanager,http.proxyprotocol" \ -p 80:80 -p 443:443 \ abiosoft/caddy

Above example will automatically install two plugins http.filemanager and http.proxyprotocol

Tag summary

Content type

Image

Digest

Size

24 MB

Last updated

over 6 years ago

docker pull technovilla/caddy