浏览代码

Add TZ varible to duckdns.

Robert Middleswarth 3 年之前
父节点
当前提交
6eaf2af753
共有 1 个文件被更改,包括 7 次插入3 次删除
  1. 7 3
      pi-hosted_template/template/portainer-v2.json

+ 7 - 3
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",
 			"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": [
 			"env": [
 				{
 				{
-					"label": "SUBDOMAINS",
+					"default": "",
+					"label": "SUBDOMAINS (Comma Separated List)",
 					"name": "SUBDOMAINS",
 					"name": "SUBDOMAINS",
-					"set": ""
 				},
 				},
 				{
 				{
+					"default": "",
 					"label": "TOKEN",
 					"label": "TOKEN",
 					"name": "TOKEN",
 					"name": "TOKEN",
-					"set": ""
 				},
 				},
 				{
 				{
 					"default": "1000",
 					"default": "1000",
@@ -2320,6 +2320,10 @@
 					"default": "1000",
 					"default": "1000",
 					"label": "PGID",
 					"label": "PGID",
 					"name": "PGID"
 					"name": "PGID"
+				},
+				{
+					"label": "TZ",
+					"name": "TZ"
 				}
 				}
 			],
 			],
 			"image": "linuxserver/duckdns:latest",
 			"image": "linuxserver/duckdns:latest",