A multiarch Certbot Docker image, based on Alpine Linux.
386 | amd64 | arm/v6 | arm/v7 | arm64 | ppc64le | s390x |
---|---|---|---|---|---|---|
✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✖️ |
docker run -p 80:80 -it padhihomelab/certbot \
-e [email protected] \
-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.