From 6c2552b170513c3331ec98527cddc045847c52d0 Mon Sep 17 00:00:00 2001 From: novaspirit Date: Thu, 7 Oct 2021 09:20:31 -0400 Subject: [PATCH] changed nginx-proxy-manager to correct image for arm --- pi-hosted_template/template/portainer-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index cd916c5..32ed708 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -1221,7 +1221,7 @@ "Tools" ], "description": "Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.", - "image": "jlesage/nginx-proxy-manager", + "image": "jc21/nginx-proxy-manager", "logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/main/pi-hosted_template/images/proxy_mgr.png", "name": "nginx-proxy-manager", "platform": "linux",