Browse Source

Merge branch 'master' of github.com:pi-hosted/pi-hosted

Robert Middleswarth 2 years ago
parent
commit
fb5a3090f1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      template/portainer-v2-amd64.json
  2. 1 1
      template/portainer-v2-arm64.json

+ 1 - 1
template/portainer-v2-amd64.json

@@ -3712,7 +3712,7 @@
 			"platform": "linux",
 			"ports": [
 				"4010:3000/tcp",
-				"4011:443/tcp"
+				"4011:4011/tcp"
 			],
 			"privileged": true,
 			"restart_policy": "unless-stopped",

+ 1 - 1
template/portainer-v2-arm64.json

@@ -3694,7 +3694,7 @@
 			"platform": "linux",
 			"ports": [
 				"4010:3000/tcp",
-				"4011:443/tcp"
+				"4011:4011/tcp"
 			],
 			"privileged": true,
 			"restart_policy": "unless-stopped",