git » chasquid » commit a9c1f88

docker: Define the $AUTO_CERTS environment variable in the Dockerfile

author Guiorgy
2025-08-02 20:41:09 UTC
committer Alberto Bertogli
2025-08-03 10:11:48 UTC
parent 2e6bc52f6a9db7172604c51b265e500d3f0876f8

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 <albertito@blitiri.com.ar>
  Adjusted commit message.

docker/Dockerfile +1 -0

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.