From f29d5bcee8f427ea6734e0aa08b59ac7761c07e3 Mon Sep 17 00:00:00 2001 From: Czechman Date: Mon, 25 Oct 2021 00:28:00 +0200 Subject: [PATCH] =?UTF-8?q?storageanpassung=20zur=C3=BCckgenommen=20nachde?= =?UTF-8?q?m=20Dateirechte=20angepasst=20wurden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/traefik.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/traefik.toml b/config/traefik.toml index 2d3d11d..32bd0f0 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -67,7 +67,7 @@ defaultEntryPoints = ["https","http"] [acme] email = "ddns@mcseeno.de" - storage = "/acme.json" + storage = "acme.json" onDemand = false onHostRule = true caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"