Explorar el Código

Merge pull request #62 from nomadelog/master

changed port mapping to 80:80, now it works
don hace 3 años
padre
commit
e86cc03aa1
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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",