From a9c1f88bd97a433c3451a3573901193f9cc205d4 Mon Sep 17 00:00:00 2001 From: Guiorgy Date: Sun, 3 Aug 2025 00:41:09 +0400 Subject: [PATCH] docker: Define the $AUTO_CERTS environment variable in the Dockerfile For readability and clarity, define the $AUTO_CERTS environment variable in the Dockerfile. https://github.com/albertito/chasquid/pull/68 Amended-by: Alberto Bertogli Adjusted commit message. --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index f0d1eea..e5d97d9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -75,6 +75,7 @@ RUN rmdir /etc/chasquid/domains/ && \ # ToS by setting this variable, so please review them carefully. # CERTS_EMAIL should be set to your email address so letsencrypt can send you # critical notifications. +ENV AUTO_CERTS="" # Custom entry point that does some configuration checks and ensures # letsencrypt is properly set up.