Browse Source

Merge pull request #62 from nomadelog/master

changed port mapping to 80:80, now it works
don 3 years ago
parent
commit
e86cc03aa1
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pi-hosted_template/template/portainer-v2.json

+ 5 - 1
pi-hosted_template/template/portainer-v2.json

@@ -17,6 +17,10 @@
 					"label": "PGID",
 					"name": "PGID"
 				},
+                                {
+                                        "label": "TZ",
+                                        "name": "TZ"
+                                },
 				{
 					"label": "CONTEXT_PATH",
 					"name": "CONTEXT_PATH",
@@ -641,7 +645,7 @@
 			"name": "librespeed",
 			"platform": "linux",
 			"ports": [
-				"83:83/tcp"
+				"83:80/tcp"
 			],
 			"restart_policy": "unless-stopped",
 			"title": "LibreSpeed",