Sign inSign up

tetafro/caddy

By tetafro

Updated almost 7 years ago

Caddy as a docker container

Image
0

577

tetafro/caddy repository overview

Info

Docker image with Caddy web server installed. Based on lib/alpine.

This image is available on Docker Hub.

Run with custom config

Put caddy configuration file in a separate directory and run

docker run -d \
    -p 80:80 \
    -p 443:443 \
    -v $(pwd)/conf:/srv \
    tetafro/caddy -conf /srv/Caddyfile

Available versions

TagInfo
0.11.4Caddy 0.11.4 based on Alpine Linux 3.8
1.0.3Caddy 1.0.3 based on Alpine Linux 3.10
latestSame as 1.0.3

Tag summary

Content type

Image

Digest

Size

12.8 MB

Last updated

almost 7 years ago

docker pull tetafro/caddy