Skip to content

erri120/docker-caddy-porkbun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image Version (latest semver) Docker Check for Updates

docker-caddy-porkbun

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 the TZ environment variable
  • installs curl, so you can add a custom healthcheck

Usage

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 (Caddy 2.6.2 from Docker Hub)
  • ghcr.io/erri120/docker-caddy-porkbun:2.6.2 (Caddy 2.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.

License

See LICENSE for more information.