github-actions[bot] 2 лет назад
Родитель
Сommit
b65c04f4ca
2 измененных файлов с 2 добавлено и 2 удалено
  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",