From 6194a9dfe3b0fbc14b6fd0cebe047ef0990a9b00 Mon Sep 17 00:00:00 2001 From: gyurix Date: Thu, 26 May 2022 07:24:14 +0000 Subject: [PATCH] Correcting Letsencrypt image name in template json --- letsencrypt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt.json b/letsencrypt.json index 88dca77..32b0a81 100644 --- a/letsencrypt.json +++ b/letsencrypt.json @@ -14,7 +14,7 @@ ], "containers": [ { - "IMAGE": "registry.format.hu/neilpang/acme.sh", + "IMAGE": "registry.format.hu/letsencrypt", "NAME": "letsencrypt", "MEMORY": "64M", "IP": "172.18.254.254",