From fb9d7918dd5b20f9d64b2b05d5ea21a9047f0a41 Mon Sep 17 00:00:00 2001 From: Exil Productions Date: Wed, 10 Dec 2025 20:56:02 +0100 Subject: [PATCH] email --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 468ed3a..0073e8f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -20,7 +20,7 @@ services: - "--entryPoints.web.http.redirections.entryPoint.scheme=https" # Let's Encrypt ACME - - "--certificatesresolvers.le.acme.email=YOUR_EMAIL@example.com" # replace with your email + - "--certificatesresolvers.le.acme.email=exil@exil.dev" - "--certificatesresolvers.le.acme.storage=/letsencrypt/acme.json" - "--certificatesresolvers.le.acme.httpchallenge.entrypoint=web"