Browse Source

Build App list and docs

github-actions[bot] 11 months ago
parent
commit
9bf90e1ecd
2 changed files with 4 additions and 4 deletions
  1. 2 2
      template/portainer-v2-amd64.json
  2. 2 2
      template/portainer-v2-arm64.json

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

@@ -1766,8 +1766,8 @@
 			"name": "doublecommander",
 			"platform": "linux",
 			"ports": [
-				"11500:11500/tcp",
-				"11502:11502/tcp"
+				"11500:3000/tcp",
+				"11502:3001/tcp"
 			],
 			"restart": "unless-stopped",
 			"title": "doublecommander",

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

@@ -1732,8 +1732,8 @@
 			"name": "doublecommander",
 			"platform": "linux",
 			"ports": [
-				"11500:11500/tcp",
-				"11502:11502/tcp"
+				"11500:3000/tcp",
+				"11502:3001/tcp"
 			],
 			"restart": "unless-stopped",
 			"title": "doublecommander",