From e4df1307cdbb2e66368e08254942c81faebb01b3 Mon Sep 17 00:00:00 2001 From: Robert Middleswarth <72569+rmiddle@users.noreply.github.com> Date: Wed, 3 Nov 2021 00:34:07 -0400 Subject: [PATCH] Add TZ varible to duckdns. (#114) --- pi-hosted_template/template/portainer-v2.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 7a2dc0e..20d62b5 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -2302,14 +2302,14 @@ "description": "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.\r\n\r\nFirst, go to duckdns site, register your subdomain and retrieve your token\r\nThen run the docker create command above with your subdomain(s) and token\r\nIt will update your IP with the DuckDNS service every 5 minutes\r\n\r\n", "env": [ { - "label": "SUBDOMAINS", + "default": "", + "label": "SUBDOMAINS (Comma Separated List)", "name": "SUBDOMAINS", - "set": "" }, { + "default": "", "label": "TOKEN", "name": "TOKEN", - "set": "" }, { "default": "1000", @@ -2320,6 +2320,10 @@ "default": "1000", "label": "PGID", "name": "PGID" + }, + { + "label": "TZ", + "name": "TZ" } ], "image": "linuxserver/duckdns:latest",