From 29618dab22faa98d2613651be2a08177c773eb4d Mon Sep 17 00:00:00 2001 From: jreichmann <34141868+jreichmann@users.noreply.github.com> Date: Thu, 30 Nov 2017 22:17:34 +0100 Subject: [PATCH] Set default ACME endpoint to production --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8863e6d..2c64c9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Jan Christian Grünhage ENV UID=192 \ GID=192 \ - STAGING=1 \ + STAGING=0 \ CHALLENGE="dns-01" # Set STAGING to false(0) by default, set to true(1) to use staging LE-Endpoint