This is a custom Caddy-based image that adds the following features:
- adds the porkbun module to the base image
- installs the
tzdata
package, so you can use theTZ
environment variable - installs
curl
, so you can add a custom healthcheck
The image is availabe on Docker Hub and GitHub Packages. You can use the latest
tag or a specific Caddy version:
erri120/docker-caddy-porkbun:latest
(latest from Docker Hub)ghcr.io/erri120/docker-caddy-porkbun:latest
(latest from GitHub)erri120/docker-caddy-porkbun:2.6.2
(Caddy2.6.2
from Docker Hub)ghcr.io/erri120/docker-caddy-porkbun:2.6.2
(Caddy2.6.2
from GitHub)
The following platforms are supported:
linux/amd64
(normal x64)linux/arm64
(64-bit ARM, eg: Raspberry Pi 3/4)linux/arm/v7
(32-bit ARM hard-float, eg: Raspberry Pi 2)
Don't forget to update your config after pulling the image.
See LICENSE for more information.