소스 검색

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

Robert Middleswarth 3 년 전
부모
커밋
68f03d774b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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",