Browse Source

Move to port 9500 as port 9000 is used for portioner. (#144)

Robert Middleswarth 3 years ago
parent
commit
68f03d774b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      template/portainer-v2-arm32.json
  2. 1 1
      template/portainer-v2-arm64.json

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

@@ -4126,7 +4126,7 @@
 			"name": "thelounge",
 			"platform": "linux",
 			"ports": [
-				"9000:9000/tcp"
+				"9500:9000/tcp"
 			],
 			"restart_policy": "unless-stopped",
 			"title": "TheLounge",

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

@@ -4166,7 +4166,7 @@
 			"name": "thelounge",
 			"platform": "linux",
 			"ports": [
-				"9000:9000/tcp"
+				"9500:9000/tcp"
 			],
 			"restart_policy": "unless-stopped",
 			"title": "TheLounge",