From f6581d93bdaaf994e7073e356c04f543e5c25f77 Mon Sep 17 00:00:00 2001 From: Qballjos Date: Thu, 1 Apr 2021 19:00:13 +0200 Subject: [PATCH] changed proxy config --- Template/template.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Template/template.json b/Template/template.json index 4487f77..4bc1a9f 100644 --- a/Template/template.json +++ b/Template/template.json @@ -2287,6 +2287,13 @@ "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/proxy_mgr.png", "name": "nginx-proxy-manager", "platform": "linux", + "env": [ + { + "label": "DB_SQLITE_FILE", + "name": "DB_SQLITE_FILE", + "set": "/data/database.sqlite" + } + ], "ports": [ "80:8080/tcp", "81:8181/tcp", @@ -2297,8 +2304,12 @@ "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Nginx-Proxy", - "container": "/config" + "bind": "/portainer/Files/AppData/Config/Nginx-Proxy/data", + "container": "/data" + }, + { + "bind": "/portainer/Files/AppData/Config/Nginx-Proxy/letsencrypt", + "container": "/etc/letsencrypt" } ] },