A Docker image for Caddy. This image is similar to the docker image abiosoft/caddy, additionally it supports dynamic plugin loading.
$ 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
Content type
Image
Digest
Size
24 MB
Last updated
over 6 years ago
docker pull technovilla/caddy