From 85ec77a26026139adee983c216c6dbf3cc4250be Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Sat, 18 Jun 2022 23:10:07 +0000 Subject: [PATCH] Formatting fix --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6928d8e..c54b9e6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -## Cerbot Docker +# Cerbot Docker Docker Certbot that runs on a schedule to create and renew SSL certificates. Uses Cloudflare for DNS-01 verification. Automatic renewal attempt happens every 6 hours. -# Building +## Building ```git clone https://git.mrmeeb.stream/certbot-cron-docker @@ -17,7 +17,7 @@ docker run -d --name certbot-cron \ certbot-cron ``` -# Environment Variables: +## Environment Variables: | Variable | Default Value | Description | | --- | --- | --- | @@ -26,10 +26,12 @@ docker run -d --name certbot-cron \ | INTERVAL | 0 */6 * * * | How often certbot attempts to renew the certificate. Cron syntax | | STAGING | false | Uses the LetsEncrypt staging endpoint for testing - avoids the aggressive rate-limiting of the production endpoint | -# Volumes +## Volumes | Docker path | Purpose | | --- | --- | | /config | Stores configs and LetsEncrypt output for mounting in other containers +## Other + Thanks to [this guy](https://stackoverflow.com/questions/63447441/docker-stop-for-crond-times-out) for explaining how to make cron actually shutdown when stopping the container. \ No newline at end of file