Skip to content

padhi-homelab/docker_certbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_certbot

build status testing size latest size

latest version image pulls


A multiarch Certbot Docker image, based on Alpine Linux.

386 amd64 arm/v6 arm/v7 arm64 ppc64le s390x
✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✖️

Usage

With Docker

docker run -p 80:80 -it padhihomelab/certbot \
           -e CERTBOT_EMAIL=email@my.domain.org \
           -e CERTBOT_DOMAIN=my.domain.org

Runs Certbot with a standalone server on port 80, and checks for certificate renewals every 12h be default
To run it in background, use the --detach flag.

Usage with Docker Compose is similarly straightforward.
As an example, you can see my configuration in services/certbot.